Extensions to the Microsoft.Xna.Framework.Matrix class.
More...
|
static float[,] | ToArray3x3 (this Matrix m) |
| Converts a matrix to a float[3,3]. The final row and column of the matrix are ignored. More...
|
|
static float[,] | ToArray4x4 (this Matrix m) |
| Converts a matrix to a float[4,4]. More...
|
|
Extensions to the Microsoft.Xna.Framework.Matrix class.
static float [,] Durwella.Unplugged.Viz.MatrixExtensions.ToArray3x3 |
( |
this Matrix |
m | ) |
|
|
static |
Converts a matrix to a float[3,3]. The final row and column of the matrix are ignored.
- Returns
- The resulting float[3,3].
- Parameters
-
m | The matrix to be converted. |
static float [,] Durwella.Unplugged.Viz.MatrixExtensions.ToArray4x4 |
( |
this Matrix |
m | ) |
|
|
static |
Converts a matrix to a float[4,4].
- Returns
- The resulting float[4,4].
- Parameters
-
m | The matrix to be converted. |
The documentation for this class was generated from the following file: