Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: CircleD FromThreePoints(PointD, PointD, PointD)

  • 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.