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

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
RotationBase.h 17 /** \class RotationBase
25 class RotationBase
64 ::Matrix(const RotationBase<OtherDerived,ColsAtCompileTime>& r)
78 ::operator=(const RotationBase<OtherDerived,ColsAtCompileTime>& r)
96 * - any type based on RotationBase (e.g., Quaternion, AngleAxis, Rotation2D)
110 static inline Matrix<Scalar,Dim,Dim> ei_toRotationMatrix(const RotationBase<OtherDerived,Dim>& r)
All.h 11 #include "RotationBase.h"
24 #define RotationBase eigen2_RotationBase
64 #include "RotationBase.h"
79 #undef RotationBase
  /external/eigen/Eigen/src/Geometry/
RotationBase.h 21 /** \class RotationBase
29 class RotationBase
141 ::Matrix(const RotationBase<OtherDerived,ColsAtCompileTime>& r)
155 ::operator=(const RotationBase<OtherDerived,ColsAtCompileTime>& r)
175 * - any type based on RotationBase (e.g., Quaternion, AngleAxis, Rotation2D)
189 static inline Matrix<Scalar,Dim,Dim> toRotationMatrix(const RotationBase<OtherDerived,Dim>& r)

Completed in 79 milliseconds