• Multiplies two 4-by-4 matrices with a on the left and b on the right

    Returns

    The matrix product of a and b.

    Member Of

    module:twgl/m4

    Parameters

    • a: any

      The matrix on the left.

    • b: any

      The matrix on the right.

    • Optional dst: Float32Array

      matrix to hold result. If not passed a new one is created.

    Returns Float32Array

Generated using TypeDoc