Click or drag to resize

MathHelperDistanceFromArc Method

Returns the distance of a point from an arc.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static double DistanceFromArc(
	Vector2 Position,
	Vector2 ArcCenter,
	double ArcRadius,
	double ArcStartAngle,
	double ArcEndAngle
)

Parameters

Position
Type: DXFReaderNETVector2
The point position
ArcCenter
Type: DXFReaderNETVector2
The arc center.
ArcRadius
Type: SystemDouble
The arc radius.
ArcStartAngle
Type: SystemDouble
The arc start angle.
ArcEndAngle
Type: SystemDouble
The arc end angle.

Return Value

Type: Double
The distance of the point position from angle
See Also