Uses of Class
com.jme.bounding.BoundingVolume.Type

Packages that use BoundingVolume.Type
com.jme.bounding   
 

Uses of BoundingVolume.Type in com.jme.bounding
 

Methods in com.jme.bounding that return BoundingVolume.Type
 BoundingVolume.Type BoundingBox.getType()
           
 BoundingVolume.Type BoundingCapsule.getType()
           
 BoundingVolume.Type BoundingSphere.getType()
           
abstract  BoundingVolume.Type BoundingVolume.getType()
          getType returns the type of bounding volume this is.
 BoundingVolume.Type LineBoundingBox.getType()
           
 BoundingVolume.Type OrientedBoundingBox.getType()
           
 BoundingVolume.Type OrthogonalBoundingBox.getType()
           
static BoundingVolume.Type BoundingVolume.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BoundingVolume.Type[] BoundingVolume.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.