Searched refs:fromRotationMatrix (Results 1 – 12 of 12) sorted by relevance
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
D | Rotation2D.h | 81 Rotation2D& fromRotationMatrix(const MatrixBase<Derived>& m); 127 Rotation2D<Scalar>& Rotation2D<Scalar>::fromRotationMatrix(const MatrixBase<Derived>& mat)
|
D | AngleAxis.h | 119 AngleAxis& fromRotationMatrix(const MatrixBase<Derived>& m);
|
/external/eigen/Eigen/src/Geometry/ |
D | Rotation2D.h | 89 Rotation2D& fromRotationMatrix(const MatrixBase<Derived>& m); 137 Rotation2D<Scalar>& Rotation2D<Scalar>::fromRotationMatrix(const MatrixBase<Derived>& mat)
|
D | AngleAxis.h | 114 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/ |
D | RigidBodyMotionState.java | 90 worldRotationQuat.fromRotationMatrix(worldRotation); in setWorldTransform()
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Quaternion.java | 326 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()
|
D | Matrix4f.java | 1710 quat.fromRotationMatrix(toRotationMatrix()); in toRotationQuat() 1715 q.fromRotationMatrix(toRotationMatrix()); in toRotationQuat()
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/ |
D | BillboardControl.java | 196 Quaternion rot=new Quaternion().fromRotationMatrix(orient); in rotateScreenAligned()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
D | VehicleWheel.java | 92 wheelWorldRotation.fromRotationMatrix(tmp_Matrix); in updatePhysicsState()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
D | VehicleWheel.java | 92 wheelWorldRotation.fromRotationMatrix(tmp_Matrix); in updatePhysicsState()
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
D | Spatial.java | 793 localTransform.getRotation().fromRotationMatrix(rotation); in setLocalRotation()
|
/external/eigen/test/ |
D | geo_transformations.cpp | 140 aa.fromRotationMatrix(aa.toRotationMatrix()); in transformations()
|