raSystem  1.0 bata
raUtility.cpp File Reference

Go to the source code of this file.

Namespaces

 System
 
 System::Util
 

Macros

#define RdTSC   __asm _emit 0x0f __asm _emit 0x31
 

Functions

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)
 

Variables

bool System::g_IfAktive = false
 

Macro Definition Documentation

◆ RdTSC

#define RdTSC   __asm _emit 0x0f __asm _emit 0x31