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

  /external/eigen/unsupported/Eigen/src/EulerAngles/
EulerAngles.h 178 System::CalcEulerAngles(*this, m, positiveRangeAlpha, positiveRangeBeta, positiveRangeGamma);
208 System::CalcEulerAngles(*this, rot.toRotationMatrix(), positiveRangeAlpha, positiveRangeBeta, positiveRangeGamma);
270 System::template CalcEulerAngles<
315 System::CalcEulerAngles(*this, m);
324 System::CalcEulerAngles(*this, rot.toRotationMatrix());
EulerSystem.h 251 static void CalcEulerAngles(
255 CalcEulerAngles(res, mat, false, false, false);
263 static void CalcEulerAngles(
267 CalcEulerAngles(res, mat, PositiveRangeAlpha, PositiveRangeBeta, PositiveRangeGamma);
271 static void CalcEulerAngles(

Completed in 143 milliseconds