mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 01:49:01 +08:00
Fixed typo in the previous commit.
This commit is contained in:
parent
e58bd486c2
commit
693bee7b79
@ -43,7 +43,7 @@ IGL_INLINE void igl::point_simplex_squared_distance(
|
|||||||
};
|
};
|
||||||
// Real-time collision detection, Ericson, Chapter 5
|
// Real-time collision detection, Ericson, Chapter 5
|
||||||
const auto & ClosestBaryPtPointTriangle =
|
const auto & ClosestBaryPtPointTriangle =
|
||||||
[&Dot](const Point &p, const Point &a, const Point &Point b, const Point &Point c, BaryPoint& bary_out )->Point
|
[&Dot](const Point &p, const Point &a, const Point &b, const Point &c, BaryPoint& bary_out )->Point
|
||||||
{
|
{
|
||||||
// Check if P in vertex region outside A
|
// Check if P in vertex region outside A
|
||||||
Vector ab = b - a;
|
Vector ab = b - a;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user