Interface PackRadius

interface PackRadius {
    r: number;
    x?: number;
    y?: number;
}

Properties

Properties

r: number

The radius of the circle.

x?: number

The x-coordinate of the circle’s center.

y?: number

The y-coordinate of the circle’s center.