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

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DCollisionShape.java47 protected com.bulletphysics.collision.shapes.CollisionShape cShape; field in class:CollisionShape
58 if (cShape == null) {
64 cShape.calculateLocalInertia(mass, vector);
72 return cShape;
78 public void setCShape(com.bulletphysics.collision.shapes.CollisionShape cShape) { argument
79 this.cShape = cShape;
84 cShape.setLocalScaling(Converter.convert(scale));
88 return cShape.getMargin();
92 cShape
[all...]

Completed in 888 milliseconds