Home
last modified time | relevance | path

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

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