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

    Type Parameters

    Parameters

    • a: BaseArgType

      The matrix on the left.

    • b: BaseArgType

      The matrix on the right.

    • Optional dst: T

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

    Returns T

    The matrix product of a and b.