ProtoTwin API
    Preparing search index...

    Interface ICircle

    Interface for circles.

    interface ICircle {
        initialSurfaceNormal: IVec3;
        plane: IPlane;
        radius: number;
    }

    Implemented by

    Index

    Properties

    initialSurfaceNormal: IVec3

    The initial surface normal for the circle.

    plane: IPlane

    The plane in which the circle lies.

    radius: number

    The uniform radius for the circle.