Click or drag to resize

MathAlgorithmsProjectPointToLine Method (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 Vector3F ProjectPointToLine(
	Vector3F lineStart,
	Vector3F lineEnd,
	Vector3F point
)

Parameters

lineStart
Type: NeoAxisVector3F
lineEnd
Type: NeoAxisVector3F
point
Type: NeoAxisVector3F

Return Value

Type: Vector3F
See Also