interface ICircle {
    position: IPosition;
    radius: number;
}

Properties

Properties

position: IPosition
radius: number