Modifier and Type | Field and Description |
---|---|
Vec3 |
MocQuery.MocQueryComponent.center |
Modifier and Type | Method and Description |
---|---|
Vec3 |
Vec3.add(Vec3 v)
Vector addition
|
Vec3[] |
HealpixBase.boundaries(long pix,
int step)
Returns a set of points along the boundary of the given pixel.
|
static Vec3[] |
HealpixProc.boundariesNest(int order,
long pix,
int step) |
static Vec3[] |
HealpixProc.boundariesRing(int order,
long pix,
int step) |
Vec3 |
Vec3.cross(Vec3 v)
Vector cross product.
|
Vec3 |
Vec3.flipped() |
Vec3 |
Vec3.mul(double n)
Vector scaling.
|
Vec3 |
Vec3.norm()
Return normalized vector
|
Vec3 |
HealpixBase.pix2vec(long pix)
Returns the normalized 3-vector corresponding to the center of the
supplied pixel.
|
static Vec3 |
HealpixProc.pix2vecNest(int order,
long pix) |
static Vec3 |
HealpixProc.pix2vecRing(int order,
long pix) |
Vec3 |
Vec3.sub(Vec3 v)
Vector subtraction
|
Vec3 |
Fxyf.toVec3() |
Modifier and Type | Method and Description |
---|---|
Vec3 |
Vec3.add(Vec3 v)
Vector addition
|
double |
Vec3.angle(Vec3 v1)
Angle between two vectors.
|
Vec3 |
Vec3.cross(Vec3 v)
Vector cross product.
|
double |
Vec3.dot(Vec3 v1)
Computes the dot product of the this vector and
v1 . |
static java.util.ArrayList<MocQuery.MocQueryComponent> |
MocQuery.prepPolyHelper(Vec3[] vv,
int[] P,
java.util.ArrayList<MocQuery.MocQueryComponent> comp,
boolean doLast) |
Vec3 |
Vec3.sub(Vec3 v)
Vector subtraction
|
long |
HealpixBase.vec2pix(Vec3 vec)
Returns the pixel which contains the supplied Vec3.
|
static long |
HealpixProc.vec2pixNest(int order,
Vec3 vec) |
static long |
HealpixProc.vec2pixRing(int order,
Vec3 vec) |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<MocQuery.MocQueryComponent> |
MocQuery.prepPolygon(java.util.ArrayList<Vec3> vertex) |
static Moc |
MocQuery.queryGeneralPolygon(java.util.ArrayList<Vec3> vertex,
int order) |
static Moc |
MocQuery.queryGeneralPolygonInclusive(java.util.ArrayList<Vec3> vertex,
int order,
int omax) |
Constructor and Description |
---|
Fxyf(Vec3 v) |
MocQueryComponent(Vec3 cnt,
double rad) |
Pointing(Vec3 vec)
Conversion from
Vec3 |
Vec3(Vec3 v) |
Zphi(Vec3 v)
Conversion from
Vec3 |