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

  /external/eigen/unsupported/Eigen/src/EulerAngles/
EulerSystem.h 143 IsGammaOpposite = (GammaAxis < 0) ? 1 : 0, /*!< weather gamma axis is negative */
288 if (IsGammaOpposite == IsOdd)
EulerAngles.h 140 return System::IsGammaOpposite ? -u : u;
  /external/eigen/unsupported/test/
EulerAngles.cpp 70 const int kFactor = EulerSystem::IsGammaOpposite ? -1 : 1;

Completed in 45 milliseconds