Click or drag to resize

MathHelperArcAnglesFrom3Points Method

Returns the start angle and the end angle of a arc specifing start point, end point and a point on it.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static void ArcAnglesFrom3Points(
	Vector2 StartPoint,
	Vector2 MiddlePoint,
	Vector2 EndPoint,
	out double StartAngle,
	out double EndAngle
)

Parameters

StartPoint
Type: DXFReaderNETVector2
The start point of the arc.
MiddlePoint
Type: DXFReaderNETVector2
A point of the arc.
EndPoint
Type: DXFReaderNETVector2
The end point of the arc.
StartAngle
Type: SystemDouble
Start angle of the arc in degrees.
EndAngle
Type: SystemDouble
End angle of the arc in degrees.
See Also