| 11 | } while (false); |
| 12 | |
| 13 | TEST(control, SqrtController2f) |
| 14 | { |
| 15 | // a zero-length error gets a zero-length response: |
| 16 | Vector2f zero; |
| 17 | EXPECT_VECTOR2F_EQ(zero, sqrt_controller(zero, 17, 18, 0.01)); |
| 18 | } |
| 19 | |
| 20 | TEST(control, InvSqrtControllerIsActuallyInverse) |
| 21 | { |
nothing calls this directly
no test coverage detected