ixfx
    Preparing search index...

    Type Alias Arc

    Arc, defined by radius, start and end point in radians and direction

    type Arc = {
        clockwise: boolean;
        endRadian: number;
        radius: number;
        startRadian: number;
    }
    Index

    Properties

    clockwise: boolean

    If true, arc runs in clockwise direction

    endRadian: number

    End radian

    radius: number

    Radius of arc

    startRadian: number

    Start radian