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

  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java 53 private Matrix3f worldRotation = new Matrix3f();
89 Converter.convert(worldTrans.basis, worldRotation);
90 worldRotationQuat.fromRotationMatrix(worldRotation);
93 // physicsMotionStateListener.stateChanged(worldLocation, worldRotation);
135 * @return the worldRotation
138 return worldRotation;
187 // worldRotation.set(rotation.toRotationMatrix());
189 // Converter.convert(worldRotation, motionStateTrans.basis);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java 50 private Matrix3f worldRotation = new Matrix3f();
110 * @return the worldRotation
113 getWorldRotation(motionStateId, worldRotation);
114 return worldRotation;

Completed in 209 milliseconds