Variables | |
| static const std::vector< Vector3 > | large |
| auto | omegas = [](bool nearZero) -> const std::vector<Vector3>&{ return nearZero ? small : large; } |
| static const std::vector< Vector3 > | small |
| static const std::vector< Vector3 > | vs |
|
static |
Definition at line 897 of file testPose3.cpp.
| auto test_cases::omegas = [](bool nearZero) -> const std::vector<Vector3>&{ return nearZero ? small : large; } |
Definition at line 899 of file testPose3.cpp.
|
static |
|
static |
Definition at line 900 of file testPose3.cpp.