ReactOS 0.4.16-dev-297-gc569aee
|
#include <math.h>
Go to the source code of this file.
Macros | |
#define | FloatToInt(F) lrintf((F)) |
#define | GL_SQRT(X) sqrt(X) |
#define | NORMALIZE_3FV(V) |
Functions | |
float | gl_sqrt (float x) |
void | gl_init_math (void) |
Definition at line 140 of file mmath.c.
Referenced by gl_create_context().
Definition at line 104 of file mmath.c.