Home
last modified time | relevance | path

Searched defs:cShape (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
DCollisionShape.java47 protected com.bulletphysics.collision.shapes.CollisionShape cShape; field in CollisionShape
78 public void setCShape(com.bulletphysics.collision.shapes.CollisionShape cShape) { in setCShape()