Searched refs:fromRotationMatrix (Results 1 – 7 of 7) sorted by relevance
81 Rotation2D& fromRotationMatrix(const MatrixBase<Derived>& m);127 Rotation2D<Scalar>& Rotation2D<Scalar>::fromRotationMatrix(const MatrixBase<Derived>& mat)
119 AngleAxis& fromRotationMatrix(const MatrixBase<Derived>& m);
86 Rotation2D& fromRotationMatrix(const MatrixBase<Derived>& m);134 Rotation2D<Scalar>& Rotation2D<Scalar>::fromRotationMatrix(const MatrixBase<Derived>& mat)
114 AngleAxis& fromRotationMatrix(const MatrixBase<Derived>& m);195 AngleAxis<Scalar>& AngleAxis<Scalar>::fromRotationMatrix(const MatrixBase<Derived>& mat)
89 WebInspector.Geometry.EulerAngles.fromRotationMatrix = function(rotationMatrix) function in WebInspector.Geometry.EulerAngles
579 var eulerAngles = WebInspector.Geometry.EulerAngles.fromRotationMatrix(this._currentMatrix);
128 aa.fromRotationMatrix(aa.toRotationMatrix()); in transformations()