ixfx
    Preparing search index...

    Type Alias Dimensions

    Dimensions: {
        lengths: ReadonlyArray<number>;
        totalLength: number;
        totalWidth: number;
        widths: ReadonlyArray<number>;
    }

    Type declaration

    • Readonlylengths: ReadonlyArray<number>

      Length of each path

    • ReadonlytotalLength: number

      Total length of all paths

    • ReadonlytotalWidth: number

      Total width of all paths

    • Readonlywidths: ReadonlyArray<number>

      Width of each path (based on bounding box)