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