healpix.essentials
Class Fxyf
java.lang.Object
healpix.essentials.HealpixTables
healpix.essentials.Fxyf
public final class Fxyf
- extends HealpixTables
Class describing a location on the sphere
- Author:
- Martin Reinecke
- Copyright:
- 2012 Max-Planck-Society
Field Summary |
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] |
Constructor Summary |
Fxyf(double x,
double y,
int f)
|
Fxyf(Vec3 v)
|
fx
public double fx
- x-coordinate within the basis pixel, range [0.0;1.0]
fy
public double fy
- y-coordinate within the basis pixel, range [0.0;1.0]
face
public int face
- index of the HEALPix basis pixel, range [0;11]
Fxyf
public Fxyf(double x,
double y,
int f)
Fxyf
public Fxyf(Vec3 v)
toVec3
public Vec3 toVec3()