Matrix.Invert Method

Definition

Inverts this matrix if it is invertible.

public:
 void Invert();
public void Invert();
member this.Invert : unit -> unit
Public Sub Invert ()

Exceptions

The matrix is not invertible.

Applies to