IGame/IGameType.h File Reference
 
 
 
IGame/IGameType.h File Reference
#include "../maxheap.h"
#include "IGameExport.h"
#include "../point3.h"
#include "../matrix3.h"

File Description

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 Documentation

typedef float GRow[4]

Function Documentation

IGAMEEXPORT Point3 operator* ( const Point3 V,
const GMatrix A 
)

Multiply a GMatrix with a Point3.