mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
made final
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user