Uses of Class
com.jme.bounding.BoundingCapsule

Packages that use BoundingCapsule
com.jme.bounding   
 

Uses of BoundingCapsule in com.jme.bounding
 

Methods in com.jme.bounding that return BoundingCapsule
 BoundingCapsule BoundingCapsule.mergeCapsule(BoundingCapsule capsule, BoundingCapsule merged)
           
 BoundingCapsule BoundingCapsule.mergeSphere(BoundingSphere sphere, BoundingCapsule merged)
           
 

Methods in com.jme.bounding with parameters of type BoundingCapsule
 boolean BoundingCapsule.contains(BoundingCapsule capsule)
           
 boolean BoundingBox.intersectsCapsule(BoundingCapsule bc)
          determines if this bounding box intersects with a given bounding capsule.
 boolean BoundingCapsule.intersectsCapsule(BoundingCapsule bc)
           
 boolean BoundingSphere.intersectsCapsule(BoundingCapsule bc)
           
abstract  boolean BoundingVolume.intersectsCapsule(BoundingCapsule bc)
          determins if this bounding volume and a given bounding capsule are intersecting.
 boolean LineBoundingBox.intersectsCapsule(BoundingCapsule bc)
           
 boolean OrientedBoundingBox.intersectsCapsule(BoundingCapsule bc)
           
 boolean OrthogonalBoundingBox.intersectsCapsule(BoundingCapsule bc)
           
 BoundingCapsule BoundingCapsule.mergeCapsule(BoundingCapsule capsule, BoundingCapsule merged)
           
 BoundingCapsule BoundingCapsule.mergeSphere(BoundingSphere sphere, BoundingCapsule merged)