HomeSort by relevance Sort by last modified time
    Searched refs:fromRotationMatrix (Results 1 - 12 of 12) 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)
AngleAxis.h 119 AngleAxis& fromRotationMatrix(const MatrixBase<Derived>& m);
  /external/eigen/Eigen/src/Geometry/
Rotation2D.h 89 Rotation2D& fromRotationMatrix(const MatrixBase<Derived>& m);
137 Rotation2D<Scalar>& Rotation2D<Scalar>::fromRotationMatrix(const MatrixBase<Derived>& mat)
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/
RigidBodyMotionState.java 90 worldRotationQuat.fromRotationMatrix(worldRotation);
  /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...]
Matrix4f.java     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
BillboardControl.java 196 Quaternion rot=new Quaternion().fromRotationMatrix(orient);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
VehicleWheel.java 92 wheelWorldRotation.fromRotationMatrix(tmp_Matrix);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
VehicleWheel.java 92 wheelWorldRotation.fromRotationMatrix(tmp_Matrix);
  /external/eigen/test/
geo_transformations.cpp 140 aa.fromRotationMatrix(aa.toRotationMatrix());
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 793 localTransform.getRotation().fromRotationMatrix(rotation);
    [all...]

Completed in 311 milliseconds