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

  /external/eigen/unsupported/Eigen/src/EulerAngles/
EulerSystem.h 142 IsBetaOpposite = (BetaAxis < 0) ? 1 : 0, /*!< weather beta axis is negative */
285 if (IsBetaOpposite == IsOdd)
EulerAngles.h 134 return System::IsBetaOpposite ? -u : u;
  /external/eigen/unsupported/test/
EulerAngles.cpp 69 const int jFactor = EulerSystem::IsBetaOpposite ? -1 : 1;

Completed in 62 milliseconds