IGame data types definition.
Classes |
|
| class | GMatrix |
| This class implements a 4x4 matrix object.
More... |
|
Typedefs |
|
| typedef float | GRow [4] |
| GMatrix row.
|
|
Functions |
|
| IGAMEEXPORT Point3 | operator* (const Point3 &V, const GMatrix &A) |
| Multiply a GMatrix with a
Point3. |
|
| typedef float GRow[4] |