Circle

fun Circle(x: Double, y: Double, radius: Double): Circle(source)

Constructs a Circle using the given x and y coordinates as the center and a specified radius.

Parameters

x

The x-coordinate of the circle's center.

y

The y-coordinate of the circle's center.

radius

The radius of the circle.