Class representing a circle.
The radius of the circle. Must be a positive number.
Gets the area of the circle.
Gets the circumference of the circle.
Gets the diameter of the circle.
Gets the radius of the circle.
Static
Creates a circle from a given diameter.
Must be positive.
A new Circle instance.
Class representing a circle.