made final

This commit is contained in:
2025-11-09 15:51:28 +03:00
parent 1aa0360ac4
commit 82e78016e3

View File

@@ -9,7 +9,7 @@
namespace omath::collision
{
template<class VectorType = Vector3<float>>
class Simplex
class Simplex final
{
std::array<VectorType, 4> m_points;
std::size_t m_size;