Searched refs:tmp_Matrix (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DVehicleWheel.java66 protected Matrix3f tmp_Matrix = new com.jme3.math.Matrix3f(); field in class:VehicleWheel
91 getWheelRotation(wheelId, wheelIndex, tmp_Matrix);
92 wheelWorldRotation.fromRotationMatrix(tmp_Matrix);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DVehicleWheel.java66 protected com.jme3.math.Matrix3f tmp_Matrix = new com.jme3.math.Matrix3f(); field in class:VehicleWheel
91 Converter.convert(wheelInfo.worldTransform.basis, tmp_Matrix);
92 wheelWorldRotation.fromRotationMatrix(tmp_Matrix);

Completed in 102 milliseconds