@timohausmann/quadtree-ts
    Preparing search index...

    Interface CircleGeometryBeta

    Circle Geometry

    This interface simply represents a circle geometry.

    interface CircleGeometry {
        r: number;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    r x y

    Properties

    r: number

    Radius of the circle.

    x: number

    X center of the circle.

    y: number

    Y center of the circle.