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

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
H A DCollisionShape.java57 public void calculateLocalInertia(float mass, javax.vecmath.Vector3f vector) { method in class:CollisionShape
64 cShape.calculateLocalInertia(mass, vector);

Completed in 68 milliseconds