[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.Invert

Invert Method

Invert(Matrix4x4)

Calculates the inverse of the specified matrix.

Declaration
public static Matrix4x4 Invert(Matrix4x4 value)
Parameters
Type Name Description
Matrix4x4 value

The matrix whose inverse is to be calculated.

Returns
Type Description
Matrix4x4

The inverse of the specified matrix.