[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.InvertRef

InvertRef Method

InvertRef(ref Matrix4x4)

Inverts the matrix.

Declaration
public static bool InvertRef(ref Matrix4x4 value)
Parameters
Type Name Description
Matrix4x4 value

The matrix whose inverse is to be calculated.

Returns
Type Description
bool

true if matrix was converted successfully; otherwise, false.

InvertRef(out Matrix4x4, ref Matrix4x4)

Calculates the inverse of the specified matrix.

Declaration
public static bool InvertRef(out Matrix4x4 result, ref Matrix4x4 value)
Parameters
Type Name Description
Matrix4x4 result

When the method completes, contains the inverse of the specified matrix.

Matrix4x4 value

The matrix whose inverse is to be calculated.

Returns
Type Description
bool

true if matrix was converted successfully; otherwise, false.