C:/Users/Public/AGS Final Folder/BFLETCHER D4010283/Source/Game/Source/Vector2.h File Reference
Go to the source code of this file.
|
Classes |
| class | Vector2 |
| class | Vector2i |
Defines |
| #define | PI 3.141592654f |
| #define | DEGTORAD(degree) ((PI / 180.0f) * (degree)) |
| #define | RADTODEG(radian) ((180.0f / PI) * (radian)) |
Define Documentation
| #define DEGTORAD |
( |
degree |
|
) |
((PI / 180.0f) * (degree)) |
| #define RADTODEG |
( |
radian |
|
) |
((180.0f / PI) * (radian)) |