[]
        
(Showing Draft Content)

C1.Util.DX.Matrix3x2.MatrixProduct

MatrixProduct Method

MatrixProduct(Matrix3x2, Matrix3x2)

Determines the product of two matrices.

Declaration
public static Matrix3x2 MatrixProduct(Matrix3x2 left, Matrix3x2 right)
Public Shared Function MatrixProduct(left As Matrix3x2, right As Matrix3x2) As Matrix3x2
Parameters
Type Name Description
Matrix3x2 left

The first matrix to multiply.

Matrix3x2 right

The second matrix to multiply.

Returns
Type Description
Matrix3x2

The product of the two matrices.