Go to the source code of this file.
|
#define | RdTSC __asm _emit 0x0f __asm _emit 0x31 |
|
|
RAPI bool | System::raCloseEngine (void) |
|
RAPI bool | System::raLoadEngine () |
|
raString | System::raGetWinVersion () |
|
RAPI long | System::raGetMemory () |
|
RAPI float | System::raGetCpuFrequency () |
|
RAPI void | System::raSetAktive (bool Aktive) |
|
RAPI bool | System::raIsAktive (void) |
|
RAPI int | System::raGetRandInt (int min, int max) |
|
RAPI float | System::raGetRandFloat (float min, float max) |
|
RAPI float | System::raGetRandPercent () |
|
RAPI void | System::raComputePickRay (raCamera *pCamera, float xPos, float yPos, raVector3 *v1, raVector3 *v2) |
|
RAPI raMatrix | System::raGetRandMatrix (float scaleX, float scaleY, float scaleZ, float offsetY) |
|
RAPI bool | System::raRunProgramm (const raString FileName, const raString Parameter) |
|
RAPI raFloat | System::raSqrtf (raFloat X) |
|
RAPI raFloat | System::raAcosf (raFloat X) |
|
RAPI raFloat | System::raAbs (raFloat X) |
|
RAPI long | System::raAbs (long X) |
|
RAPI double | System::raAbs (double X) |
|
RAPI raFloat | System::raSinf (raFloat X) |
|
RAPI raFloat | System::raCosf (raFloat X) |
|
RAPI raFloat | System::raTanf (raFloat X) |
|
◆ RdTSC
#define RdTSC __asm _emit 0x0f __asm _emit 0x31 |