Click or drag to resize

MathAlgorithmsProjectPointToLine Method (Vector2F, 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 void ProjectPointToLine(
	ref Vector2F lineStart,
	ref Vector2F lineEnd,
	ref Vector2F point,
	out Vector2F result
)

Parameters

lineStart
Type: NeoAxisVector2F
lineEnd
Type: NeoAxisVector2F
point
Type: NeoAxisVector2F
result
Type: NeoAxisVector2F
See Also