Свойство | Type | Description | |
---|---|---|---|
Identity | |||
X |
Méthode | Description | |
---|---|---|
Abs ( ) : |
||
Abs ( |
||
Determinant ( ) : float | ||
Determinant ( |
||
Equals ( object obj ) : bool | ||
FromCross ( |
||
FromCross ( |
||
GetHashCode ( ) : int | ||
Invert ( ) : |
||
Invert ( |
||
Matrix2 ( |
||
Matrix2 ( float value ) : System.Runtime.InteropServices | ||
Multiply ( |
||
Multiply ( |
||
ToString ( ) : string | ||
Transpose ( ) : |
||
Transpose ( |
||
operator ( ) : |
||
operator ( ) : bool |
public static Abs ( |
||
matrix | ||
result | ||
Résultat | void |
public static Determinant ( |
||
matrix | ||
result | float | |
Résultat | void |
public static FromCross ( |
||
xVector | ||
Résultat |
public static FromCross ( |
||
xVector | ||
result | ||
Résultat | void |
public static Invert ( |
||
matrix | ||
result | ||
Résultat | void |
public Matrix2 ( |
||
x | ||
y | ||
Résultat | System.Runtime.InteropServices |
public Matrix2 ( float value ) : System.Runtime.InteropServices | ||
value | float | |
Résultat | System.Runtime.InteropServices |
public Multiply ( |
||
matrix | ||
Résultat |
public static Multiply ( |
||
matrix1 | ||
matrix2 | ||
result | ||
Résultat | void |
public static Transpose ( |
||
matrix | ||
result | ||
Résultat | void |