Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector
Find the distance from a point to the closest point on an infinite line.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector | Point | Point for which we find the distance to the closest point on the line. |
| vector | Line Origin | Point of reference on the line. |
| vector | Line Direction | Direction of the line. Not required to be normalized. |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Return Value | The distance from the given point to the closest point on the line. |