Uses of Class
ProGAL.geom3d.volumes.OBB

Packages that use OBB
ProGAL.geom3d.volumes   
 

Uses of OBB in ProGAL.geom3d.volumes
 

Methods in ProGAL.geom3d.volumes that return OBB
 OBB OBB.clone()
           
static OBB OBB.createBoundingBox_Covariance(PointList points)
           
static OBB OBB.createBoxFromBases(Vector[] bases, java.util.List<Point> points)
          Creates a bounding box enclosing the points in points using the supplied bases.
 

Methods in ProGAL.geom3d.volumes with parameters of type OBB
 boolean OBB.overlaps(OBB b)
          Returns true iff this box has an overlap with b.