PgCircle

data class PgCircle(val center: PgPoint, val radius: Double)

Represents a circle defined by a center point and a radius.

Constructors

Link copied to clipboard
constructor(center: PgPoint, radius: Double)

Properties

Link copied to clipboard

The center point of the circle.

Link copied to clipboard

The radius of the circle.