HomeSort by relevance Sort by last modified time
    Searched refs:Rotation2D (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/Geometry/
Rotation2D.h 17 * \class Rotation2D
34 template<typename _Scalar> struct traits<Rotation2D<_Scalar> >
41 class Rotation2D : public RotationBase<Rotation2D<_Scalar>,2>
43 typedef RotationBase<Rotation2D<_Scalar>,2> Base;
62 EIGEN_DEVICE_FUNC explicit inline Rotation2D(const Scalar& a) : m_angle(a) {}
65 EIGEN_DEVICE_FUNC Rotation2D() {}
72 EIGEN_DEVICE_FUNC explicit Rotation2D(const MatrixBase<Derived>& m)
98 EIGEN_DEVICE_FUNC inline Rotation2D inverse() const { return Rotation2D(-m_angle);
    [all...]
RotationBase.h 175 * - any type based on RotationBase (e.g., Quaternion, AngleAxis, Rotation2D)
179 * \sa class Transform, class Rotation2D, class Quaternion, class AngleAxis
185 return Rotation2D<Scalar>(s).toRotationMatrix();
  /external/eigen/test/
geo_transformations.cpp 270 t21.linear() = Rotation2D<Scalar>(a).toRotationMatrix();
275 t21.linear() = Rotation2D<Scalar>(-a).toRotationMatrix();
425 Rotation2D<Scalar> r2d1(internal::random<Scalar>());
426 Rotation2D<float> r2d1f = r2d1.template cast<float>();
428 Rotation2D<double> r2d1d = r2d1.template cast<double>();
434 Rotation2D<Scalar> rot2(angle);
444 Rotation2D<Scalar> rot3(rot2_as_mat);
450 Rotation2D<Scalar> R0(s0), R1(s1);
482 Rotation2D<Scalar> r1; // default ctor
483 r1 = Rotation2D<Scalar>(s0); // copy assignmen
    [all...]
main.h 457 T test_relative_error(const Rotation2D<T> &a, const Rotation2D<T> &b)
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 269 template<typename Scalar> class Rotation2D;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.h     [all...]

Completed in 141 milliseconds