fixed typo

This commit is contained in:
2025-12-04 04:45:15 +03:00
parent 9e4c778e8f
commit eafefb40ec

View File

@@ -86,7 +86,7 @@ namespace omath::collision
const int fidx = heap.top().idx; const int fidx = heap.top().idx;
const Face f = faces[fidx]; const Face f = faces[fidx];
// Get farthest point in face normal direction // Get the furthest point in face normal direction
const VectorType p = support_point(a, b, f.n); const VectorType p = support_point(a, b, f.n);
const float p_dist = f.n.dot(p); const float p_dist = f.n.dot(p);