mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fdb2ad099a | |||
| 88ce5e6b8c |
@@ -26,7 +26,7 @@ TEST(SimplexTest, HandleLineCollinearWithXAxis)
|
||||
simplex.push_front(Vec3{-1, 0, 0});
|
||||
|
||||
Vec3 direction{};
|
||||
simplex.handle(direction);
|
||||
std::ignore = simplex.handle(direction);
|
||||
|
||||
EXPECT_NEAR(direction.x, 0.f, 1e-6f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user