HomeSort by relevance Sort by last modified time
    Searched refs:getPhysicsRotationMatrix (Results 1 - 7 of 7) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsGhostObject.java 165 public Matrix3f getPhysicsRotationMatrix(Matrix3f rot) {
169 getPhysicsRotationMatrix(objectId, rot);
173 private native void getPhysicsRotationMatrix(long objectId, Matrix3f rot);
193 public Matrix3f getPhysicsRotationMatrix() {
195 getPhysicsRotationMatrix(objectId, mtx);
286 capsule.write(getPhysicsRotationMatrix(new Matrix3f()), "physicsRotation", new Matrix3f());
PhysicsRigidBody.java 199 public Matrix3f getPhysicsRotationMatrix(Matrix3f rot) {
203 getPhysicsRotationMatrix(objectId, rot);
207 private native void getPhysicsRotationMatrix(long objectId, Matrix3f rot);
227 public Matrix3f getPhysicsRotationMatrix() {
229 getPhysicsRotationMatrix(objectId, mtx);
723 capsule.write(getPhysicsRotationMatrix(new Matrix3f()), "physicsRotation", new Matrix3f());
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsGhostObject.java 167 public Matrix3f getPhysicsRotationMatrix(Matrix3f rot) {
194 public Matrix3f getPhysicsRotationMatrix() {
269 capsule.write(getPhysicsRotationMatrix(new Matrix3f()), "physicsRotation", new Matrix3f());
PhysicsRigidBody.java 191 public Matrix3f getPhysicsRotationMatrix() {
192 return getPhysicsRotationMatrix(null);
211 public Matrix3f getPhysicsRotationMatrix(Matrix3f rotation) {
674 capsule.write(getPhysicsRotationMatrix(new Matrix3f()), "physicsRotation", new Matrix3f());
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
GhostControl.java 76 control.setPhysicsRotation(getPhysicsRotationMatrix());
RigidBodyControl.java 80 control.setPhysicsRotation(getPhysicsRotationMatrix(null));
VehicleControl.java 100 control.setPhysicsRotation(getPhysicsRotationMatrix());

Completed in 241 milliseconds