Color.hh File Reference
#include <math.h>
#include <GL/gl.h>
#include "Global.hh"
Go to the source code of this file.
Classes | |
class | GzColor |
Defines | |
#define | GZ_COLOR_COPY(x, y) x[0] = y.r; x[1] = y.g; x[2] = y.b; x[3] = y.a; |
Define Documentation
|
|
#include <math.h>
#include <GL/gl.h>
#include "Global.hh"
Go to the source code of this file.
Classes | |
class | GzColor |
Defines | |
#define | GZ_COLOR_COPY(x, y) x[0] = y.r; x[1] = y.g; x[2] = y.b; x[3] = y.a; |
|
|