HomeSort by relevance Sort by last modified time
    Searched defs:fromRotationMatrix (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Rotation2D.h 81 Rotation2D& fromRotationMatrix(const MatrixBase<Derived>& m);
127 Rotation2D<Scalar>& Rotation2D<Scalar>::fromRotationMatrix(const MatrixBase<Derived>& mat)
  /external/eigen/Eigen/src/Geometry/
Rotation2D.h 86 Rotation2D& fromRotationMatrix(const MatrixBase<Derived>& m);
134 Rotation2D<Scalar>& Rotation2D<Scalar>::fromRotationMatrix(const MatrixBase<Derived>& mat)
AngleAxis.h 114 AngleAxis& fromRotationMatrix(const MatrixBase<Derived>& m);
194 AngleAxis<Scalar>& AngleAxis<Scalar>::fromRotationMatrix(const MatrixBase<Derived>& mat)
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 320 * <code>fromRotationMatrix</code> generates a quaternion from a supplied
326 public Quaternion fromRotationMatrix(Matrix3f matrix) {
327 return fromRotationMatrix(matrix.m00, matrix.m01, matrix.m02, matrix.m10,
331 public Quaternion fromRotationMatrix(float m00, float m01, float m02,
858 fromRotationMatrix(matrix);
900 return fromRotationMatrix(xAxis.x, yAxis.x, zAxis.x, xAxis.y, yAxis.y,
    [all...]

Completed in 166 milliseconds