Click or drag to resize

MathExGetNearestPointOnLineSegment Method

Namespace:  Clio.Common
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Vector3 GetNearestPointOnLineSegment(
	Vector3 point,
	Vector3 segmentStart,
	Vector3 segmentEnd
)

Parameters

point
Type: Clio.UtilitiesVector3
segmentStart
Type: Clio.UtilitiesVector3
segmentEnd
Type: Clio.UtilitiesVector3

Return Value

Type: Vector3
See Also