Uses of Interface
org.openmali.spatial.SpatialHandle

Packages that use SpatialHandle
org.openmali.spatial   
 

Uses of SpatialHandle in org.openmali.spatial
 

Methods in org.openmali.spatial that return SpatialHandle
 SpatialHandle<T> SpatialContainerInterface.inject(Tuple3f center, float radius, java.lang.Object object)
          Inject the specified object into the container.
 SpatialHandle<T> SpatialContainerInterface.inject(VertexContainer object)
           
 

Methods in org.openmali.spatial with parameters of type SpatialHandle
 void SpatialContainerInterface.changed(SpatialHandle<T> handle)
          Notifies the container that the size or location of the object has been changed.
 boolean SpatialCuller.cull(SpatialHandle<T> handle)
          Implement this method to supply a culling check against a node in a spatial container.
 void SpatialCallback.hit(SpatialHandle<T> handle)
           
 void SpatialContainerInterface.remove(SpatialHandle<T> handle)
          Remove the object from the spatial container.