[]
        
(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)
Public Shared Function Invert(value As Matrix4x4) As Matrix4x4
Parameters
Type Name Description
Matrix4x4 value

The matrix whose inverse is to be calculated.

Returns
Type Description
Matrix4x4

The inverse of the specified matrix.