refactored using stuff

This commit is contained in:
2025-11-29 16:35:43 +03:00
parent 8feddf872a
commit 48bf06f69c
2 changed files with 8 additions and 9 deletions

View File

@@ -11,7 +11,6 @@ namespace omath::collision
class MeshCollider
{
public:
using NumericType = MeshType::NumericType;
using VertexType = MeshType::VertexType;
using VectorType = VertexType::VectorType;