shape_doc 0.1
|
#include <graphic.hpp>
Definition at line 27 of file graphic.hpp.
anonymous enum |
Definition at line 29 of file graphic.hpp.
{ E_VERTEX, E_LINE, E_TRIANGLE, E_QUAD };
graphic | ( | void | ) | [inline] |
Definition at line 38 of file graphic.hpp.
{};
graphic | ( | int | type, |
int | nbv, | ||
int | nbi, | ||
bool | hasnormal = false |
||
) |
~graphic | ( | void | ) | [virtual] |
bool orientation | ( | double * | q0, |
double * | q1, | ||
double * | q2, | ||
double * | q3 | ||
) | [inherited] |
bool position | ( | double * | x, |
double * | y, | ||
double * | z | ||
) | [inherited] |
float* colors |
Definition at line 35 of file graphic.hpp.
int* indices |
Definition at line 36 of file graphic.hpp.
Referenced by use< tpl3d_def >::as_graphic().
unsigned nbi |
Definition at line 32 of file graphic.hpp.
unsigned nbv |
Definition at line 31 of file graphic.hpp.
C* normals |
Definition at line 34 of file graphic.hpp.
unsigned type |
Definition at line 30 of file graphic.hpp.
C* vertices |
Definition at line 33 of file graphic.hpp.
Referenced by use< tpl3d_def >::as_graphic().