Class Fxyf

All Implemented Interfaces:
Serializable

public final class Fxyf extends HealpixTables
Class describing a location on the sphere
Author:
Martin Reinecke
See Also:
Copyright:
2012 Max-Planck-Society
  • Field Details

    • 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 Details

    • Fxyf

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

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

      public Fxyf(Vec3 v)
  • Method Details

    • toHploc

      protected healpix.essentials.Hploc toHploc()
    • toVec3

      public Vec3 toVec3()