Function Polygon.ClosestPointOnTriangle

ClosestPointOnTriangle (Vector2 a, Vector2 b, Vector2 c, Vector2 p)

Closest point on the triangle abc to the point p.

Public Static
ClosestPointOnTriangle (float3 a, float3 b, float3 c, float3 p)

Closest point on the triangle abc to the point p.

Public Static