added plane header

This commit is contained in:
2025-09-25 21:59:59 +03:00
parent 83ba339eb5
commit 6409568334

View File

@@ -26,6 +26,7 @@
// 3D primitives // 3D primitives
#include "omath/3d_primitives/box.hpp" #include "omath/3d_primitives/box.hpp"
#include "omath/3d_primitives/plane.hpp"
// Collision detection // Collision detection
#include "omath/collision/line_tracer.hpp" #include "omath/collision/line_tracer.hpp"