Uses of Interface
org.openmali.spatial.VertexContainer

Packages that use VertexContainer
org.openmali.spatial   
org.openmali.spatial.bounds   
 

Uses of VertexContainer in org.openmali.spatial
 

Classes in org.openmali.spatial that implement VertexContainer
 class VertexList
          This is a utility class to abstract a vertex list.
 

Methods in org.openmali.spatial with parameters of type VertexContainer
 SpatialHandle<T> SpatialContainerInterface.inject(VertexContainer object)
           
 void VertexList.set(VertexContainer vc)
           
 

Constructors in org.openmali.spatial with parameters of type VertexContainer
VertexList(VertexContainer vc)
           
 

Uses of VertexContainer in org.openmali.spatial.bounds
 

Methods in org.openmali.spatial.bounds with parameters of type VertexContainer
 void BoundingBox.compute(VertexContainer source)
          Computes the AABB of a set of coordinates.
 void BoundingPolytope.compute(VertexContainer source)
          
 void BoundingSphere.compute(VertexContainer source)
          Calculates a tight bounding sphere over a set of points in 3D.
 void Bounds.compute(VertexContainer source)
           
static BoundingBox BoundingBox.newAABB(VertexContainer source)
          Computes the AABB of a set of coordinates.
static BoundingSphere BoundingSphere.newBoundingSphere(VertexContainer source)
          Routine to calculate tight bounding sphere over a set of points in 3D.