|
EvEmu
0.8.4
11 September 2021
|
Classes | |
| class | GaDegree |
| class | GaException |
| class | GaMat3x3 |
| class | GaMat4x4 |
| singleton | GaPtr |
| class | GaQuat |
| class | GaRadian |
| class | GaVec3 |
| class | Math |
Typedefs | |
| typedef unsigned int | GaUint |
| typedef unsigned char | GaByte |
| typedef double | GaFloat |
| typedef std::string | GaString |
| typedef std::stringstream | GaStringStream |
| typedef std::vector< GaString > | GaStringList |
Functions | |
| GaExpInl GaVec3 | operator* (const GaFloat c, const GaVec3 &v1) |
| GaExpInl GaVec3 | operator/ (const GaFloat c, const GaVec3 &v1) |
Variables | |
| static const GaFloat | GaInfinity = DBL_MAX |
| typedef unsigned char Ga::GaByte |
Definition at line 67 of file GaPreReqs.h.
| typedef double Ga::GaFloat |
Definition at line 69 of file GaPreReqs.h.
| typedef std::string Ga::GaString |
Definition at line 76 of file GaPreReqs.h.
| typedef std::vector<GaString> Ga::GaStringList |
Definition at line 78 of file GaPreReqs.h.
| typedef std::stringstream Ga::GaStringStream |
Definition at line 77 of file GaPreReqs.h.
| typedef unsigned int Ga::GaUint |
Definition at line 66 of file GaPreReqs.h.
|
static |
Definition at line 70 of file GaPreReqs.h.