Compartir a través de


Matrix3DHelper.GetHasInverse(Matrix3D) Método

Definición

Devuelve si matrix3D proporcionado es invertible. En su lugar, C# y código de Microsoft Visual Basic deben usar HasInverse .

public:
 static bool GetHasInverse(Matrix3D target);
 static bool GetHasInverse(Matrix3D const& target);
public static bool GetHasInverse(Matrix3D target);
function getHasInverse(target)
Public Shared Function GetHasInverse (target As Matrix3D) As Boolean

Parámetros

target
Matrix3D

Matriz de destino3D que se va a evaluar.

Devoluciones

Boolean

bool

true si Matrix3D tiene un inverso; de lo contrario, false.

Se aplica a