Click or drag to resize

MathHelperCircleCenterFrom3Points Method

Returns the center point of a arc/circle passing for three points.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static Vector2 CircleCenterFrom3Points(
	Vector2 FirstPoint,
	Vector2 SecondPoint,
	Vector2 ThirdPoint
)

Parameters

FirstPoint
Type: DXFReaderNETVector2
First point.
SecondPoint
Type: DXFReaderNETVector2
Second point.
ThirdPoint
Type: DXFReaderNETVector2
Third point.

Return Value

Type: Vector2
The center point.
See Also