BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector
Find the closest point on an infinite line to a given point.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
vector | Point | Point for which we find 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 |
---|---|---|
vector | Return Value | The closest point on the line to the given point. |