μMath
    Preparing search index...

    Variable addConst

    add: <T extends Matrix2Like>(
        a: Readonly<Matrix2Like>,
        b: Readonly<Matrix2Like>,
        out: T,
    ) => T = vector4Add

    Add two matrices.

    Type Declaration