@groovy.transform.EqualsAndHashCode @groovy.transform.CompileStatic class Circle extends Shape
Represents a circle with the radius specified in the unit of the coordinate system
The center of the circle
The radius of the circle
Construct a circle for the given coordinates
coords
- The coordinatesGroovy Documentation