iink-ts - v4.0.0
    Preparing search index...

    Type Alias TJIIXV2PrimitiveArc

    type TJIIXV2PrimitiveArc = {
        cx: number;
        cy: number;
        endDecoration?: string;
        phi: number;
        rx: number;
        ry: number;
        startAngle: number;
        startDecoration?: string;
        sweepAngle: number;
        type: "arc";
    }
    Index
    cx: number
    cy: number
    endDecoration?: string
    phi: number
    rx: number
    ry: number
    startAngle: number
    startDecoration?: string
    sweepAngle: number
    type: "arc"