|
raSystem
1.0 bata
|
Go to the source code of this file.
Classes | |
| class | Util::raFile |
Namespaces | |
| Util | |
Functions | |
| RAPI bool | raLoadEngine () |
| RAPI bool | raCloseEngine (void) |
| RAPI raString | raGetWinVersion () |
| RAPI long | raGetMemory () |
| RAPI float | raGetCpuFrequency () |
| RAPI raVector2 | raGetWinSize (HWND hWnd) |
| RAPI int | raGetRandInt (int min, int max) |
| RAPI float | raGetRandFloat (float min, float max) |
| RAPI float | raGetRandPercent () |
| RAPI void | raComputePickRay (raCamera *pCamera, float xPos, float yPos, raVector3 *v1, raVector3 *v2) |
| RAPI raMatrix | raGetRandMatrix (float scaleX, float scaleY, float scaleZ, float offsetY) |
| RAPI raFloat | raSqrtf (raFloat X) |
| RAPI raFloat | raSinf (raFloat X) |
| RAPI raFloat | raCosf (raFloat X) |
| RAPI raFloat | raTanf (raFloat X) |
| RAPI raFloat | raAcosf (raFloat X) |
| RAPI raFloat | raAbs (raFloat X) |
Definition at line 285 of file raUtility.cpp.
Definition at line 281 of file raUtility.cpp.
Definition at line 72 of file raUtility.cpp.
| RAPI void raComputePickRay | ( | raCamera * | pCamera, |
| float | xPos, | ||
| float | yPos, | ||
| raVector3 * | v1, | ||
| raVector3 * | v2 | ||
| ) |
Definition at line 204 of file raUtility.cpp.
Definition at line 301 of file raUtility.cpp.
| RAPI float raGetCpuFrequency | ( | ) |
Definition at line 142 of file raUtility.cpp.
| RAPI long raGetMemory | ( | ) |
Definition at line 134 of file raUtility.cpp.
| RAPI float raGetRandFloat | ( | float | min, |
| float | max | ||
| ) |
Definition at line 195 of file raUtility.cpp.
| RAPI int raGetRandInt | ( | int | min, |
| int | max | ||
| ) |
Definition at line 190 of file raUtility.cpp.
Definition at line 222 of file raUtility.cpp.
| RAPI float raGetRandPercent | ( | ) |
Definition at line 199 of file raUtility.cpp.
Definition at line 113 of file raUtility.cpp.
| RAPI bool raLoadEngine | ( | ) |
Definition at line 79 of file raUtility.cpp.
Definition at line 297 of file raUtility.cpp.
Definition at line 277 of file raUtility.cpp.
Definition at line 305 of file raUtility.cpp.