Public Methods | |
Figures () | |
Constructor. | |
void | billboardCheatSphericalBegin (void) |
void | drawAxis (float length) |
void | drawArrow (float length) |
void | drawCuboid (vec3 p1, vec3 p2) |
void | drawTraces (void) |
void | drawGrid (double length, double pitch) |
bool | testInclusion (vec3 p, vec3 pmin, vec3 pmax) |
void | drawBox (GLfloat size, GLenum type) |
Data Fields | |
QColor * | axisColor |
QColor * | axisLabelColor |
QColor * | bgColor |
|
Constructor. Inits Figures properties |
|
|
|
Draws an arrow from 0,0,0 to 0,0,length
|
|
Draws colored axis with label X,Y,Z
|
|
Generates a box with normals
|
|
Draws a cuboid using two points
|
|
|
|
|
|
Tests whether a given point is in a cuboid
|
|
|
|
|
|
|