|
|
|
@ -220,6 +220,7 @@ static void test_eulers(void)
@@ -220,6 +220,7 @@ static void test_eulers(void)
|
|
|
|
|
test_euler(ROTATION_ROLL_90_PITCH_180_YAW_90, 90, 180, 90); |
|
|
|
|
test_euler(ROTATION_ROLL_90_YAW_270, 90, 0, 270); |
|
|
|
|
test_euler(ROTATION_ROLL_90_PITCH_68_YAW_293,90,68.8,293.3); |
|
|
|
|
test_euler(ROTATION_PITCH_7, 0, 7, 0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
static bool have_rotation(const Matrix3f &m) |
|
|
|
|