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

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
RotationBase.h 33 typedef Matrix<Scalar,Dim,Dim> RotationMatrixType;
39 inline RotationMatrixType toRotationMatrix() const { return derived().toRotationMatrix(); }
49 inline RotationMatrixType operator*(const Scaling<Scalar,Dim>& s) const
  /external/eigen/Eigen/src/Geometry/
RotationBase.h 37 typedef Matrix<Scalar,Dim,Dim> RotationMatrixType;
45 inline RotationMatrixType toRotationMatrix() const { return derived().toRotationMatrix(); }
50 inline RotationMatrixType matrix() const { return derived().toRotationMatrix(); }
60 inline RotationMatrixType operator*(const UniformScaling<Scalar>& s) const
76 inline RotationMatrixType operator*(const EigenBase<OtherDerived>& l, const Derived& r)

Completed in 75 milliseconds