KC's Workspace
    Preparing search index...

    A circle() shape.

    interface Circle2 {
        position: Position;
        radius: ShapeRadius;
    }
    Index

    Properties

    Properties

    position: Position

    The position of the center of the circle.

    radius: ShapeRadius

    The radius of the circle.