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

Packages that use BoundingSphere
org.openmali.spatial.bounds   
 

Uses of BoundingSphere in org.openmali.spatial.bounds
 

Methods in org.openmali.spatial.bounds that return BoundingSphere
static BoundingSphere BoundingSphere.newBoundingSphere(java.util.List<Tuple3f> coords)
          Routine to calculate tight bounding sphere over a set of points in 3D.
static BoundingSphere BoundingSphere.newBoundingSphere(Tuple3f[] coords)
          Routine to calculate tight bounding sphere over a set of points in 3D.
static BoundingSphere BoundingSphere.newBoundingSphere(VertexContainer source)
          Routine to calculate tight bounding sphere over a set of points in 3D.