Uses of Class
healpix.essentials.Vec3
-
Uses of Vec3 in healpix.essentials
Fields in healpix.essentials declared as Vec3Methods in healpix.essentials that return Vec3Modifier and TypeMethodDescriptionVector additionVec3[]
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) Vector cross product.Vec3.flipped()
Vec3.mul
(double n) Vector scaling.Vec3.norm()
Return normalized vectorHealpixBase.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) Vector subtractionFxyf.toVec3()
Methods in healpix.essentials with parameters of type Vec3Modifier and TypeMethodDescriptionVector additionfinal double
Angle between two vectors.Vector cross product.final double
Computes the dot product of the this vector andv1
.static ArrayList<MocQuery.MocQueryComponent>
MocQuery.prepPolyHelper
(Vec3[] vv, int[] P, ArrayList<MocQuery.MocQueryComponent> comp, boolean doLast) Vector subtractionlong
Returns the pixel which contains the supplied Vec3.static long
HealpixProc.vec2pixNest
(int order, Vec3 vec) static long
HealpixProc.vec2pixRing
(int order, Vec3 vec) Method parameters in healpix.essentials with type arguments of type Vec3Modifier and TypeMethodDescriptionstatic ArrayList<MocQuery.MocQueryComponent>
MocQuery.prepPolygon
(ArrayList<Vec3> vertex) static Moc
MocQuery.queryGeneralPolygon
(ArrayList<Vec3> vertex, int order) static Moc
MocQuery.queryGeneralPolygonInclusive
(ArrayList<Vec3> vertex, int order, int omax) Constructors in healpix.essentials with parameters of type Vec3