Files Classes Functions Hierarchy
#include <gobj.h>#include <tetrahedron.h>
Go to the source code of this file.
Classes | |
| class | tetrahedrondraw< T, D > |
| Create geometry from tetrahedron. Send to gobj graphics stack for processing. More... | |
Defines | |
| #define | TET3SIDE(H3, P0, P1, P2) |
| #define TET3SIDE | ( | H3, | |||
| P0, | |||||
| P1, | |||||
| P2 | ) |
Value:
{ \
T nH3(tetrahedron<T,D>::H3.normal); \
displaywindingside(c,nH3,tetrahedron<T,D>::P0,tetrahedron<T,D>::P1,tetrahedron<T,D>::P2); \
}
Definition at line 83 of file tetrahedrondraw.h.
Referenced by tetrahedrondraw< T, D >::displaywinding().
1.5.8