healpix.essentials
Class Fxyf

java.lang.Object
  extended by healpix.essentials.HealpixTables
      extended by 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)
           
 
Method Summary
 Vec3 toVec3()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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]

Constructor Detail

Fxyf

public Fxyf(double x,
            double y,
            int f)

Fxyf

public Fxyf(Vec3 v)
Method Detail

toVec3

public Vec3 toVec3()

"Built from revision exported"