Function Polygon.ClosestPointOnTriangleBarycentric
ClosestPointOnTriangleBarycentric
(float2 a, float2 b, float2 c, float2 p)
Closest point on the triangle abc to the point p as barycentric coordinates.
Public
Static
ClosestPointOnTriangleBarycentric
(float3 a, float3 b, float3 c, float3 p)
Closest point on the triangle abc to the point p as barycentric coordinates.
Public
Static