Public Member Functions | |
| Matrix4f () | |
| Matrix4f (Matrix4f matrix) | |
| Matrix4f (float[] matrix) | |
| void | SetIdentity () |
| Matrix4f | Inverse () |
| Matrix4f | Transpose () |
| float | Element (int i, int j) |
| void | Element (int i, int j, float value) |
| float[] | GetMatrix () |
| void | SetMatrix (float[] mp) |
Static Public Member Functions | |
| static Vertex4f | operator* (Matrix4f m, Vertex4f src) |
| Powertek.OpenGl.Matrix4f.Matrix4f | ( | ) |
| Powertek.OpenGl.Matrix4f.Matrix4f | ( | Matrix4f | matrix | ) |
Initialize from another matrix.
| matrix |

| Powertek.OpenGl.Matrix4f.Matrix4f | ( | float[] | matrix | ) |
Initialize from another matrix.
| matrix |
| void Powertek.OpenGl.Matrix4f.Element | ( | int | i, | |
| int | j, | |||
| float | value | |||
| ) |
Set value of an element.
| i | ||
| j | ||
| value |
| float Powertek.OpenGl.Matrix4f.Element | ( | int | i, | |
| int | j | |||
| ) |
Set value of an element.
| i | ||
| j |
| float [] Powertek.OpenGl.Matrix4f.GetMatrix | ( | ) |
Return Matrix.
| Matrix4f Powertek.OpenGl.Matrix4f.Inverse | ( | ) |
Get Inverse of this Matrix.

Matrix Mult overload.
| m | ||
| src |

| void Powertek.OpenGl.Matrix4f.SetIdentity | ( | ) |
Set Identity Matrix.
| void Powertek.OpenGl.Matrix4f.SetMatrix | ( | float[] | mp | ) |
Set Matrix.
| mp |
| Matrix4f Powertek.OpenGl.Matrix4f.Transpose | ( | ) |
Get Transpose of this Matrix.

1.5.7.1