Circle

open fun Circle(    centerx: Double,     centery: Double,     radius: Double)

Parameters

centerx

x coordinate of the center of the circle

centery

y coordinate of the center of the circle

radius

the circle radius