Uses of Interface
cz.cuni.jagrlib.iface.BoundingVolume

Packages that use BoundingVolume
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.iface Various interfaces for connecting of JaGrLib modules. 
 

Uses of BoundingVolume in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement BoundingVolume
 class BoundingSphere
          Sphere as simple bounding-volume.
 

Methods in cz.cuni.jagrlib that return BoundingVolume
 BoundingVolume DefaultSolid.getBoundingVolume(TrMatrix toWorld)
          Returns bounding volume of the solid (non-mandatory method).
 

Uses of BoundingVolume in cz.cuni.jagrlib.iface
 

Methods in cz.cuni.jagrlib.iface that return BoundingVolume
 BoundingVolume Solid.getBoundingVolume(TrMatrix toWorld)
          Returns bounding volume of the solid (non-mandatory method).