Files Classes Functions Hierarchy
#include <gobj.h>#include <mathlib.h>#include <tetrahedron.h>#include <triangle.h>#include <triangledisplay.h>
Go to the source code of this file.
Classes | |
| class | tetrahedrondisplay< TET > |
| Display the tetrahedron. More... | |
| class | tetrahedrondisplaymesh< TET > |
| Display the tetrahedron's edges. More... | |
| class | tetrahedrondisplaycentroid< TET > |
| Display the average of the four points by constructing lines through the mid points. More... | |
| class | tetrahedrondisplaytest< TET > |
| Display test. More... | |
| class | tetrahedrontriangledisplay< TET, TD > |
| Display test. More... | |
Defines | |
| #define | tetrahedrontriangledisplaytdimacro(tet, xarg) for (uint i=0; i<4; ++i ) tet.tdi[i]->xarg |
| Example tetrahedrontriangledisplaytdimacro(tetd, turnon() );. | |
| #define tetrahedrontriangledisplaytdimacro | ( | tet, | |||
| xarg | ) | for (uint i=0; i<4; ++i ) tet.tdi[i]->xarg |
Example tetrahedrontriangledisplaytdimacro(tetd, turnon() );.
Definition at line 152 of file tetrahedrondisplay.h.
Referenced by tetrahedrondisplay< TET >::draw().
1.5.8