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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
VehicleWheel.java 66 protected Matrix3f tmp_Matrix = new com.jme3.math.Matrix3f();
91 getWheelRotation(wheelId, wheelIndex, tmp_Matrix);
92 wheelWorldRotation.fromRotationMatrix(tmp_Matrix);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
VehicleWheel.java 66 protected com.jme3.math.Matrix3f tmp_Matrix = new com.jme3.math.Matrix3f();
91 Converter.convert(wheelInfo.worldTransform.basis, tmp_Matrix);
92 wheelWorldRotation.fromRotationMatrix(tmp_Matrix);

Completed in 81 milliseconds