#include "glUtil.h"#include <math.h>Include dependency graph for glUtil.cpp:

Functions | |
| recColor | getColor (GLfloat v, GLfloat vmin, GLfloat vmax, int type) |
| Given min/max values, get a color from a color schema. | |
| void | drawPyramid (GLfloat x, GLfloat y, GLfloat z, GLfloat height, GLfloat width) |
| Draw a pyramid with the tip at the given location, given height, and width from center to edge as width. | |
| void | drawBox (GLfloat xx, GLfloat yy, GLfloat zz, GLfloat rad) |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
Draw a pyramid with the tip at the given location, given height, and width from center to edge as width.
|
|
||||||||||||||||||||
|
Given min/max values, get a color from a color schema.
|
1.3.4