Find the distance from a point to the closest point on an infinite line.
Target is Kismet Math Library
|
Point
Vector
|
Point for which we find the distance to the closest point on the line. |
|
Line Origin
Vector
|
Point of reference on the line. |
|
Line Direction
Vector
|
Direction of the line. Not required to be normalized. |
|
Return Value
Float
|
The distance from the given point to the closest point on the line. |