Function VectorMath.ClosestPointOnLine

ClosestPointOnLine (Vector3 lineStart, Vector3 lineEnd, Vector3 point)

Returns the closest point on the line.

Public Static
ClosestPointOnLine (float3 lineStart, float3 lineEnd, float3 point)

Returns the closest point on the line.

Public Static