@mathjax/src
    Preparing search index...

    Variable computeLineDataConst

    computeLineData: {
        [kind: string]: (h: number, d: number, w: number, t: number) => LineData;
    } = ...

    Functions for computing the line data for each type of line

    Type declaration

    • [kind: string]: (h: number, d: number, w: number, t: number) => LineData