|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#include <KGL/gl.h>Go to the source code of this file.
Macros | |
| #define | DEG2RAD (F_PI / 180.0f) |
| #define | RAD2DEG (180.0f / F_PI) |
| #define | RADIAN 0.0174532925f |
| #define | CIRCLE 6.2831853f |
Typedefs | |
| typedef float | vector3f[3] |
| typedef float | vector4f[4] |
Functions | |
| void | VectorShift (vector3f p, vector3f c, float mag) |
| #define CIRCLE 6.2831853f |
| #define DEG2RAD (F_PI / 180.0f) |
| #define RAD2DEG (180.0f / F_PI) |
| #define RADIAN 0.0174532925f |
| typedef float vector3f[3] |
| typedef float vector4f[4] |
Referenced by InputCallback().