Home
last modified time | relevance | path

Searched refs:fromRotationMatrix (Results 1 – 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/
DRigidBodyMotionState.java90 worldRotationQuat.fromRotationMatrix(worldRotation); in setWorldTransform()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DQuaternion.java326 public Quaternion fromRotationMatrix(Matrix3f matrix) { in fromRotationMatrix() method in Quaternion
327 return fromRotationMatrix(matrix.m00, matrix.m01, matrix.m02, matrix.m10, in fromRotationMatrix()
331 public Quaternion fromRotationMatrix(float m00, float m01, float m02, in fromRotationMatrix() method in Quaternion
858 fromRotationMatrix(matrix); in apply()
900 return fromRotationMatrix(xAxis.x, yAxis.x, zAxis.x, xAxis.y, yAxis.y, in fromAxes()
DMatrix4f.java1710 quat.fromRotationMatrix(toRotationMatrix()); in toRotationQuat()
1715 q.fromRotationMatrix(toRotationMatrix()); in toRotationQuat()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
DBillboardControl.java196 Quaternion rot=new Quaternion().fromRotationMatrix(orient); in rotateScreenAligned()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DVehicleWheel.java92 wheelWorldRotation.fromRotationMatrix(tmp_Matrix); in updatePhysicsState()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DVehicleWheel.java92 wheelWorldRotation.fromRotationMatrix(tmp_Matrix); in updatePhysicsState()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DSpatial.java793 localTransform.getRotation().fromRotationMatrix(rotation); in setLocalRotation()