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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DebugShapeFactory.java 83 Matrix3f tempRot = vars.tempMat3;
85 tempRot.set(geometry.getLocalRotation());
86 childCollisionShape.rotation.mult(tempRot, tempRot);
87 geometry.setLocalRotation(tempRot);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsGhostObject.java 68 protected javax.vecmath.Quat4f tempRot = new javax.vecmath.Quat4f();
160 Converter.convert(tempTrans.getRotation(tempRot), physicsLocation.getRotation());
172 Converter.convert(tempTrans.getRotation(tempRot), physicsLocation.getRotation());
190 Converter.convert(tempTrans.getRotation(tempRot), physicsLocation.getRotation());
196 Converter.convert(tempTrans.getRotation(tempRot), physicsLocation.getRotation());
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DebugShapeFactory.java 93 Matrix3f tempRot = vars.tempMat3;
95 tempRot.set(geometry.getLocalRotation());
96 childCollisionShape.rotation.mult(tempRot, tempRot);
97 geometry.setLocalRotation(tempRot);

Completed in 107 milliseconds