Overload List

  NameDescription
Circle()()()
An empty Circle constructor.
Circle(Point, Point, Point)
Constructs a circle through three points.
Circle(Point, Double, Vector3d)
Constructs a circle from a center point, the radius and a normal vector.

See Also