Searched refs:getPhysicsRotationMatrix (Results 1 - 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsGhostObject.java165 public Matrix3f getPhysicsRotationMatrix(Matrix3f rot) { method in class:PhysicsGhostObject
169 getPhysicsRotationMatrix(objectId, rot);
173 private native void getPhysicsRotationMatrix(long objectId, Matrix3f rot); method in class:PhysicsGhostObject
193 public Matrix3f getPhysicsRotationMatrix() { method in class:PhysicsGhostObject
195 getPhysicsRotationMatrix(objectId, mtx);
286 capsule.write(getPhysicsRotationMatrix(new Matrix3f()), "physicsRotation", new Matrix3f());
H A DPhysicsRigidBody.java199 public Matrix3f getPhysicsRotationMatrix(Matrix3f rot) { method in class:PhysicsRigidBody
203 getPhysicsRotationMatrix(objectId, rot);
207 private native void getPhysicsRotationMatrix(long objectId, Matrix3f rot); method in class:PhysicsRigidBody
227 public Matrix3f getPhysicsRotationMatrix() { method in class:PhysicsRigidBody
229 getPhysicsRotationMatrix(objectId, mtx);
723 capsule.write(getPhysicsRotationMatrix(new Matrix3f()), "physicsRotation", new Matrix3f());
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsGhostObject.java167 public Matrix3f getPhysicsRotationMatrix(Matrix3f rot) { method in class:PhysicsGhostObject
194 public Matrix3f getPhysicsRotationMatrix() { method in class:PhysicsGhostObject
269 capsule.write(getPhysicsRotationMatrix(new Matrix3f()), "physicsRotation", new Matrix3f());
H A DPhysicsRigidBody.java191 public Matrix3f getPhysicsRotationMatrix() { method in class:PhysicsRigidBody
192 return getPhysicsRotationMatrix(null);
211 public Matrix3f getPhysicsRotationMatrix(Matrix3f rotation) { method in class:PhysicsRigidBody
674 capsule.write(getPhysicsRotationMatrix(new Matrix3f()), "physicsRotation", new Matrix3f());
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DGhostControl.java76 control.setPhysicsRotation(getPhysicsRotationMatrix());
H A DRigidBodyControl.java80 control.setPhysicsRotation(getPhysicsRotationMatrix(null));
H A DVehicleControl.java100 control.setPhysicsRotation(getPhysicsRotationMatrix());

Completed in 99 milliseconds