IGameType.h File Reference

IGame data types definition. More...

#include "..\maxheap.h"
#include "IGameExport.h"
#include "..\point3.h"
#include "..\matrix3.h"

Go to the source code of this file.

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.

Detailed Description

IGame data types definition.

Definition in file IGameType.h.


Typedef Documentation

typedef float GRow[4]

GMatrix row.

Definition at line 27 of file IGameType.h.


Function Documentation

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

Multiply a GMatrix with a Point3.