KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
vector.h File Reference
#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)
 

Macro Definition Documentation

◆ CIRCLE

#define CIRCLE   6.2831853f

◆ DEG2RAD

#define DEG2RAD   (F_PI / 180.0f)

◆ RAD2DEG

#define RAD2DEG   (180.0f / F_PI)

◆ RADIAN

#define RADIAN   0.0174532925f

Typedef Documentation

◆ vector3f

typedef float vector3f[3]

◆ vector4f

typedef float vector4f[4]

Function Documentation

◆ VectorShift()

void VectorShift ( vector3f p,
vector3f c,
float mag )

Referenced by InputCallback().