Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Eigen2Support/Geometry/
DRotation2D.h81 Rotation2D& fromRotationMatrix(const MatrixBase<Derived>& m);
127 Rotation2D<Scalar>& Rotation2D<Scalar>::fromRotationMatrix(const MatrixBase<Derived>& mat)
DAngleAxis.h119 AngleAxis& fromRotationMatrix(const MatrixBase<Derived>& m);
/external/eigen/Eigen/src/Geometry/
DRotation2D.h89 Rotation2D& fromRotationMatrix(const MatrixBase<Derived>& m);
137 Rotation2D<Scalar>& Rotation2D<Scalar>::fromRotationMatrix(const MatrixBase<Derived>& mat)
DAngleAxis.h114 AngleAxis& fromRotationMatrix(const MatrixBase<Derived>& m);
195 AngleAxis<Scalar>& AngleAxis<Scalar>::fromRotationMatrix(const MatrixBase<Derived>& mat)
/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/bullet/com/jme3/bullet/objects/
DVehicleWheel.java92 wheelWorldRotation.fromRotationMatrix(tmp_Matrix); in updatePhysicsState()
/external/jmonkeyengine/engine/src/jbullet/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()
/external/eigen/test/
Dgeo_transformations.cpp140 aa.fromRotationMatrix(aa.toRotationMatrix()); in transformations()