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

Packages that use BoundingVolume.Type
com.jme3.bounding   
 

Uses of BoundingVolume.Type in com.jme3.bounding
 

Methods in com.jme3.bounding that return BoundingVolume.Type
 BoundingVolume.Type BoundingBox.getType()
           
 BoundingVolume.Type BoundingSphere.getType()
           
abstract  BoundingVolume.Type BoundingVolume.getType()
          getType returns the type of bounding volume this is.
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.