Click or drag to resize

UtilsGetCircleCenter Method

Returns the center of the circle defined by three points on the arc.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static dvec2 GetCircleCenter(
	dvec2 p1,
	dvec2 p2,
	dvec2 p3
)

Parameters

p1  dvec2
Point 1.
p2  dvec2
Point 2.
p3  dvec2
Point 3.

Return Value

dvec2
Circle center.
See Also