ProjectPointOnLine


Projects a point onto a line.

Syntax

C++
Python
 
def ProjectPointOnLine(
	inPoint: Point2D,
	inLine: Line2D,
	/
)
-> (
	outProjectionPoint: Point2D,
	outSignedDistance: float
)

Parameters

Name Type Default Description
Input value inPoint Point2D
Input value inLine Line2D
Output value outProjectionPoint Point2D
Output value outSignedDistance float