HomeSort by relevance Sort by last modified time
    Searched refs:calculateLocalInertia (Results 1 - 3 of 3) 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);
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsRigidBody.cpp 55 shape->calculateLocalInertia(mass, localInertia);
337 shape->calculateLocalInertia(mass, localInertia);
    [all...]

Completed in 70 milliseconds