Home
last modified time | relevance | path

Searched defs:toRotationMatrix (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Geometry/
DRotationBase.h45 inline RotationMatrixType toRotationMatrix() const { return derived().toRotationMatrix(); } in toRotationMatrix() function
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DRotationBase.h39 inline RotationMatrixType toRotationMatrix() const { return derived().toRotationMatrix(); } in toRotationMatrix() function
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DQuaternion.java382 public Matrix3f toRotationMatrix() { in toRotationMatrix() method in Quaternion
395 public Matrix3f toRotationMatrix(Matrix3f result) { in toRotationMatrix() method in Quaternion
440 public Matrix4f toRotationMatrix(Matrix4f result) { in toRotationMatrix() method in Quaternion
DMatrix4f.java1718 public Matrix3f toRotationMatrix() { in toRotationMatrix() method in Matrix4f
1723 public void toRotationMatrix(Matrix3f mat) { in toRotationMatrix() method in Matrix4f
/external/eigen/demos/opengl/
Dquaternion_demo.cpp174 Matrix3 toRotationMatrix(void) const in toRotationMatrix() function in EulerAngles