healpix.core
Class FacePoint

java.lang.Object
  extended byjava.awt.geom.Point2D
      extended byjava.awt.Point
          extended byhealpix.core.FacePoint
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class FacePoint
extends java.awt.Point

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.awt.geom.Point2D
java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float
 
Field Summary
 int face
           
 
Fields inherited from class java.awt.Point
x, y
 
Constructor Summary
FacePoint(int x, int y, int face)
           
 
Method Summary
 int getFace()
           
 
Methods inherited from class java.awt.Point
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, toString, translate
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

face

public int face
Constructor Detail

FacePoint

public FacePoint(int x,
                 int y,
                 int face)
Method Detail

getFace

public int getFace()