com.primesense.nite
Class Plane

java.lang.Object
  extended by com.primesense.nite.Plane

public class Plane
extends java.lang.Object

Encapsulates a geometrical plane. The plane is defined by a single point on that plane, and a normal vector to the plane. The normal vector is represented as a Point3f.


Method Summary
 Point3D<java.lang.Float> getNormal()
          Getter function for normal.
 Point3D<java.lang.Float> getPoint()
          Getter function for point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPoint

public Point3D<java.lang.Float> getPoint()
Getter function for point.

Returns:
Point.

getNormal

public Point3D<java.lang.Float> getNormal()
Getter function for normal.

Returns:
Normal.