[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Matrix4x4.Multiply

Multiply Method

Multiply(in Matrix4x4, float)

Scales a matrix by the given value.

Declaration
public static Matrix4x4 Multiply(in Matrix4x4 left, float right)
Parameters
Type Name Description
Matrix4x4 left

The matrix to scale.

float right

The amount by which to scale.

Returns
Type Description
Matrix4x4

The scaled matrix.

Multiply(in Matrix4x4, in Matrix4x4)

Determines the product of two matrices.

Declaration
public static Matrix4x4 Multiply(in Matrix4x4 left, in Matrix4x4 right)
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.