Home
last modified time | relevance | path

Searched refs:fromRotationMatrix (Results 1 – 7 of 7) 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.h86 Rotation2D& fromRotationMatrix(const MatrixBase<Derived>& m);
134 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/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
DGeometry.js89 WebInspector.Geometry.EulerAngles.fromRotationMatrix = function(rotationMatrix) function in WebInspector.Geometry.EulerAngles
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DOverridesView.js579 var eulerAngles = WebInspector.Geometry.EulerAngles.fromRotationMatrix(this._currentMatrix);
/external/eigen/test/
Dgeo_transformations.cpp128 aa.fromRotationMatrix(aa.toRotationMatrix()); in transformations()