made final

This commit is contained in:
2025-11-09 15:51:28 +03:00
parent 62d1a615ae
commit 015fc9b1e7

View File

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