Click or drag to resize

MathHelperNearestPointToArc Method

Finds the nearest point on arc to a given point.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static Vector2 NearestPointToArc(
	Arc arc,
	Vector2 point
)

Parameters

arc
Type: DXFReaderNET.EntitiesArc
The arc
point
Type: DXFReaderNETVector2
The given point

Return Value

Type: Vector2
The nearest point on arc to a given point
See Also