Package healpix.essentials
Class Fxyf
java.lang.Object
healpix.essentials.HealpixTables
healpix.essentials.Fxyf
- All Implemented Interfaces:
- Serializable
Class describing a location on the sphere
- Author:
- Martin Reinecke
- See Also:
- Copyright:
- 2012 Max-Planck-Society
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintindex of the HEALPix basis pixel, range [0;11]doublex-coordinate within the basis pixel, range [0.0;1.0]doubley-coordinate within the basis pixel, range [0.0;1.0]Fields inherited from class healpix.essentials.HealpixTablesctab, facearray, jpll, jrll, swap_cycle, swaparray, utab, xoffset, yoffset
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
fxpublic double fxx-coordinate within the basis pixel, range [0.0;1.0]
- 
fypublic double fyy-coordinate within the basis pixel, range [0.0;1.0]
- 
facepublic int faceindex of the HEALPix basis pixel, range [0;11]
 
- 
- 
Constructor Details- 
Fxyfpublic Fxyf(double x, double y, int f) 
- 
Fxyfprotected Fxyf(healpix.essentials.Hploc loc) 
- 
Fxyf
 
- 
- 
Method Details- 
toHplocprotected healpix.essentials.Hploc toHploc()
- 
toVec3
 
-