mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
added ratio param
This commit is contained in:
@@ -10,5 +10,5 @@ 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);
|
||||
const Vector3<float>& dirForward, const Vector3<float>& dirRight, float ratio = 4.f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user