Home
last modified time | relevance | path

Searched refs:capShape (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
DCapsuleCollisionShape.java64 CapsuleShape capShape=new CapsuleShape(radius,height); in CapsuleCollisionShape() local
65 cShape=capShape; in CapsuleCollisionShape()