fixed code style

This commit is contained in:
2025-04-18 12:11:43 +03:00
parent 80e3cadb67
commit d9ccfe83ae

View File

@@ -10,5 +10,6 @@ namespace omath::primitives
{ {
[[nodiscard]] [[nodiscard]]
std::array<Vector3<float>, 8> CreateBox(const Vector3<float>& top, const Vector3<float>& bottom, std::array<Vector3<float>, 8> CreateBox(const Vector3<float>& top, const Vector3<float>& bottom,
const Vector3<float>& dirForward, const Vector3<float>& dirRight, float ratio = 4.f); const Vector3<float>& dirForward, const Vector3<float>& dirRight,
float ratio = 4.f);
} }