![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Common.h"Go to the source code of this file.
Classes | |
| class | Movement::counter< T, limit > |
Namespaces | |
| namespace | G3D |
| namespace | Movement |
Typedefs | |
| typedef counter< uint32, 0xFFFFFFFF > | Movement::UInt32Counter |
Functions | |
| uint32 | Movement::SecToMS (float sec) |
| float | Movement::MSToSec (uint32 ms) |
| float | Movement::computeFallTime (float path_length, bool isSafeFall) |
| float | Movement::computeFallElevation (float t_passed, bool isSafeFall, float start_velocity=0.0f) |
Variables | |
| double | Movement::gravity = 19.29110527038574 |
| UInt32Counter | Movement::splineIdGen |