@crow281/ts-file-module-template
    Preparing search index...

    Represents a circle.

    interface Circle {
        center: Point3;
        radius: number;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    center: Point3
    radius: number

    Length from the center of the circle to its border.