Click or drag to resize

MathAlgorithmsProjectPointToLine Method (Vector3F, Vector3F, Vector3F, Vector3F)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static void ProjectPointToLine(
	ref Vector3F lineStart,
	ref Vector3F lineEnd,
	ref Vector3F point,
	out Vector3F result
)

Parameters

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