Click or drag to resize

MathAlgorithmsProjectPointToLine Method (Vector2F, Vector2F, Vector2F)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Vector2F ProjectPointToLine(
	Vector2F lineStart,
	Vector2F lineEnd,
	Vector2F point
)

Parameters

lineStart
Type: NeoAxisVector2F
lineEnd
Type: NeoAxisVector2F
point
Type: NeoAxisVector2F

Return Value

Type: Vector2F
See Also