Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector
Find the distance from a point to the closest point on a segment.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector | Point | Point for which we find the distance to the closest point on the segment. |
| vector | Segment Start | Start of the segment. |
| vector | Segment End | End of the segment. |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Return Value | The distance from the given point to the closest point on the segment. |