| FloatMatrix Properties |
The FloatMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Columns |
Gets the column count.
| |
| Determinant |
Gets the determinant.
| |
| Identity2x2 |
Gets a 2x2 identity matrix.
| |
| Identity3x3 |
Gets a 3x3 identity matrix.
| |
| Identity4x4 |
Gets a 4x4 identity matrix.
| |
| IsSquare |
Gets a value indicating whether this FloatMatrix is square.
| |
| Item |
Gets or sets the element with the specified row and column indices.
| |
| Rows |
Gets the row count.
| |
| Trace |
Gets the trace.
|