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

  /external/eigen/unsupported/Eigen/src/EulerAngles/
EulerSystem.h 137 AlphaAxisAbs = internal::Abs<AlphaAxis>::value, /*!< the first rotation axis unsigned */
145 IsOdd = ((AlphaAxisAbs)%3 == (BetaAxisAbs - 1)%3) ? 0 : 1, /*!< weather the Euler system is odd */
148 IsTaitBryan = ((unsigned)AlphaAxisAbs != (unsigned)GammaAxisAbs) ? 1 : 0 /*!< weather the Euler system is tait bryan */
162 EIGEN_EULER_ANGLES_CLASS_STATIC_ASSERT((unsigned)AlphaAxisAbs != (unsigned)BetaAxisAbs,
173 I = AlphaAxisAbs - 1,
174 J = (AlphaAxisAbs - 1 + 1 + IsOdd)%3,
175 K = (AlphaAxisAbs - 1 + 2 - IsOdd)%3
EulerAngles.h 127 const Vector3& u = Vector3::Unit(System::AlphaAxisAbs - 1);
  /external/eigen/unsupported/test/
EulerAngles.cpp 64 const int i = EulerSystem::AlphaAxisAbs - 1;

Completed in 776 milliseconds