UtilsGetCircleCenter Method |
Returns the center of the circle defined by three points on the arc.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic static dvec2 GetCircleCenter(
dvec2 p1,
dvec2 p2,
dvec2 p3
)
Parameters
- p1 dvec2
- Point 1.
- p2 dvec2
- Point 2.
- p3 dvec2
- Point 3.
Return Value
dvec2Circle center.
See Also