Searched defs:positiveRangeBeta (Results 1 - 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
H A DEulerAngles.cpp18 bool positiveRangeAlpha, bool positiveRangeBeta, bool positiveRangeGamma)
42 if (positiveRangeBeta)
79 Vector3 eabis = EulerAnglesType(m, positiveRangeAlpha, positiveRangeBeta, positiveRangeGamma).angles();
96 if (positiveRangeBeta && (eabis2[1] < 0))
107 if (!(positiveRangeAlpha || positiveRangeBeta || positiveRangeGamma))
120 eabis = EulerAnglesType(q, positiveRangeAlpha, positiveRangeBeta, positiveRangeGamma).angles();
17 verify_euler_ranged(const Matrix<Scalar,3,1>& ea, bool positiveRangeAlpha, bool positiveRangeBeta, bool positiveRangeGamma) argument
/external/eigen/unsupported/Eigen/src/EulerAngles/
H A DEulerAngles.h168 * \param positiveRangeBeta If true, beta will be in [0, 2*PI]. Otherwise, in [-PI, +PI].
175 bool positiveRangeBeta,
178 System::CalcEulerAngles(*this, m, positiveRangeAlpha, positiveRangeBeta, positiveRangeGamma);
198 * \param positiveRangeBeta If true, beta will be in [0, 2*PI]. Otherwise, in [-PI, +PI].
205 bool positiveRangeBeta,
208 System::CalcEulerAngles(*this, rot.toRotationMatrix(), positiveRangeAlpha, positiveRangeBeta, positiveRangeGamma);
257 * \tparam positiveRangeBeta If true, beta will be in [0, 2*PI]. Otherwise, in [-PI, +PI].
283 * \tparam positiveRangeBeta If true, beta will be in [0, 2*PI]. Otherwise, in [-PI, +PI].
172 EulerAngles( const MatrixBase<Derived>& m, bool positiveRangeAlpha, bool positiveRangeBeta, bool positiveRangeGamma) argument
202 EulerAngles( const RotationBase<Derived, 3>& rot, bool positiveRangeAlpha, bool positiveRangeBeta, bool positiveRangeGamma) argument

Completed in 51 milliseconds