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

    Type Alias TEdgeArc

    TEdgeArc: TBaseSymbol & {
        bounds: TOBB;
        center: TPoint;
        edges: TSegment[];
        endDecoration?: EdgeDecoration;
        kind: Arc;
        phi: number;
        radiusX: number;
        radiusY: number;
        snapPoints: TPoint[];
        startAngle: number;
        startDecoration?: EdgeDecoration;
        style: TStyle;
        sweepAngle: number;
        type: Edge;
        vertices: TPoint[];
    }