HomeSort by relevance Sort by last modified time
    Searched defs:calculateLocalInertia (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
CollisionShape.java 57 public void calculateLocalInertia(float mass, javax.vecmath.Vector3f vector) {
64 cShape.calculateLocalInertia(mass, vector);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsRigidBody.java 122 collisionShape.calculateLocalInertia(mass, localInertia);
323 collisionShape.calculateLocalInertia(mass, localInertia);
528 collisionShape.calculateLocalInertia(mass, localInertia);

Completed in 113 milliseconds