Package healpix.essentials
Class Fxyf
- java.lang.Object
-
- healpix.essentials.HealpixTables
-
- healpix.essentials.Fxyf
-
- All Implemented Interfaces:
java.io.Serializable
public final class Fxyf extends HealpixTables
Class describing a location on the sphere- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
face
index of the HEALPix basis pixel, range [0;11]double
fx
x-coordinate within the basis pixel, range [0.0;1.0]double
fy
y-coordinate within the basis pixel, range [0.0;1.0]-
Fields inherited from class healpix.essentials.HealpixTables
ctab, facearray, jpll, jrll, swap_cycle, swaparray, utab, xoffset, yoffset
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected healpix.essentials.Hploc
toHploc()
Vec3
toVec3()
-