- Declared in: RT.Util.Geometry.CircleD
Declaration
public static CircleD FromThreePoints(
PointD a,
PointD b,
PointD c
)
Summary
Returns the circle that has all three given points in its perimeter.
Exceptions
- System.InvalidOperationException
The three given points are collinear.