mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-14 15:33:26 +00:00
added more noexcept
This commit is contained in:
@@ -13,5 +13,5 @@ namespace omath::primitives
|
||||
[[nodiscard]]
|
||||
std::array<Triangle<Vector3<float>>, 12> create_box(const Vector3<float>& top, const Vector3<float>& bottom,
|
||||
const Vector3<float>& dir_forward, const Vector3<float>& dir_right,
|
||||
float ratio = 4.f);
|
||||
float ratio = 4.f) noexcept;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user