Circle

constructor(radius: Double = 0.0)

Creates a Circle centered at the Origin.

Parameters

radius

of the circle


constructor(center: Point, radius: Double)

creates a new Circle

Parameters

center

point of the circle

radius

of the circle