mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 10:24:09 +00:00
CAutomobile::ProcessControl done
This commit is contained in:
parent
82be466013
commit
fd01f9b25c
12 changed files with 239 additions and 11 deletions
|
@ -139,7 +139,8 @@ inline float sq(float x) { return x*x; }
|
|||
#define SQR(x) ((x) * (x))
|
||||
|
||||
#define PI M_PI
|
||||
#define TWOPI PI*2
|
||||
#define TWOPI (PI*2)
|
||||
#define HALFPI (PI/2)
|
||||
#define DEGTORAD(x) ((x) * PI / 180.0f)
|
||||
#define RADTODEG(x) ((x) * 180.0f / PI)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue