Uses of Class
hmi.physics.CollisionCapsule

Packages that use CollisionCapsule
hmi.physics Support for physical simulation of humanoids and other objects; also supports inverse dynamics and physical controllers. 
hmi.physics.ode   
 

Uses of CollisionCapsule in hmi.physics
 

Methods in hmi.physics that return CollisionCapsule
abstract  CollisionCapsule RigidBody.addCapsule(float[] q, float[] tr, float radius, float height)
          Adds a collision capsule, aligned with y-axis
abstract  CollisionCapsule RigidBody.addCapsule(float radius, float height)
          Adds a collision capsule, aligned with y-axis
 

Uses of CollisionCapsule in hmi.physics.ode
 

Subclasses of CollisionCapsule in hmi.physics.ode
 class OdeCollisionCapsule