mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
fixed code style
This commit is contained in:
@@ -10,5 +10,6 @@ namespace omath::primitives
|
||||
{
|
||||
[[nodiscard]]
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user