[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.Divide

Divide Method

Divide(Matrix4x4, float)

Divides a matrix by the given value.

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

The matrix to divides.

float right

The amount by which to divides.

Returns
Type Description
Matrix4x4

The resulting matrix.