[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.MatrixProduct

MatrixProduct Method

MatrixProduct(Matrix4x4, Matrix4x4)

Determines the product of two matrices.

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

The first matrix to multiply.

Matrix4x4 right

The second matrix to multiply.

Returns
Type Description
Matrix4x4

The product of the two matrices.