Uses of Class
org.openmali.spatial.bounds.BoundingBox

Packages that use BoundingBox
org.openmali.spatial.bounds   
 

Uses of BoundingBox in org.openmali.spatial.bounds
 

Methods in org.openmali.spatial.bounds that return BoundingBox
static BoundingBox BoundingBox.newAABB(java.util.List<Tuple3f> coords)
          Computes the AABB of a set of coordinates.
static BoundingBox BoundingBox.newAABB(Tuple3f[] coords)
          Computes the AABB of a set of coordinates.
static BoundingBox BoundingBox.newAABB(VertexContainer source)
          Computes the AABB of a set of coordinates.