Eulergraph
    Preparing search index...

    Type Alias LinearJSON

    LinearJSON: GraphicElementJSON & Pick<
        BaseLinear,
        "lineColor"
        | "strokeWidth"
        | "firstPointFixed"
        | "lastPointFixed",
    > & {
        firstPoint: PlainPoint;
        firstPointLocal: PlainPoint;
        lastPoint: PlainPoint;
        lastPointLocal: PlainPoint;
        points: PlainPoint[];
    }