Class Fxyf

  • All Implemented Interfaces:
    java.io.Serializable

    public final class Fxyf
    extends HealpixTables
    Class describing a location on the sphere
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        Fxyf​(double x, double y, int f)  
      protected Fxyf​(healpix.essentials.Hploc loc)  
        Fxyf​(Vec3 v)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected healpix.essentials.Hploc toHploc()  
      Vec3 toVec3()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, 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

        protected Fxyf​(healpix.essentials.Hploc loc)
      • Fxyf

        public Fxyf​(Vec3 v)
    • Method Detail

      • toHploc

        protected healpix.essentials.Hploc toHploc()
      • toVec3

        public Vec3 toVec3()