FLineGetClosestPoint Method

Return the closest point between the caller's line and an arbitrary point.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPoint GetClosestPoint(
	FLine line,
	FPoint point
)

Parameters

line  FLine
Reference to the line to be checked.
point  FPoint
Reference to the point to test for proximity.

Return Value

FPoint
Reference to the closest point between the caller's line and an arbitrary external point, if valid. Otherwise, null.

See Also