• Sets the FloatArray "result" from the given index "offset" with the multiplication of the current matrix and the given one

    Returns

    the current matrix

    Parameters

    • self: ReadonlyMatrix
    • other: ReadonlyMatrix

      defines the second operand

    • result: FloatArray

      defines the array where to store the multiplication

    • offset: number

      defines the offset in the target array where to start storing values

    Returns void