Moka controlers
|
Go to the source code of this file.
Classes | |
class | CPrecompile |
Macros | |
#define | PLOT(a) (glVertex3f((a)->getX(), (a)->getY(), (a)->getZ())) |
#define | LINE(a, b) (PLOT(a), PLOT(b)) |
Definition at line 51 of file precompile.hh.
#define PLOT | ( | a | ) | (glVertex3f((a)->getX(), (a)->getY(), (a)->getZ())) |
Definition at line 48 of file precompile.hh.