Unplugged Viz
High-performance scientific visualization isn't just for the workstation anymore
Durwella.Unplugged.Viz.MatrixExtensions Class Reference

Extensions to the Microsoft.Xna.Framework.Matrix class. More...

Static Public Member Functions

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...
 

Detailed Description

Extensions to the Microsoft.Xna.Framework.Matrix class.

Member Function Documentation

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
mThe 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
mThe matrix to be converted.

The documentation for this class was generated from the following file: