com.primesense.nite
Class BoundingBox

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

public class BoundingBox
extends java.lang.Object

Represents a box in three dimensional space. The box is represented as two points, containing respectively its minimum and maximum x, y and z coordinate values.


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

Method Detail

getMin

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

Returns:
Minimum point.

getMax

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

Returns:
Maximum point.