rfw2d
    Preparing search index...

    Interface CircleLike

    Circle shape interface.

    x and y refer to the circle's center.

    interface CircleLike {
        radius: number;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    radius: number
    x: number
    y: number