|
| Ptriangle () |
|
| Ptriangle (const Ptriangle &tr) |
|
| Ptriangle (const Ppoint3D_min &p1, const Ppoint3D_min &p2, const Ppoint3D_min &p3, const Ppoint3D_min norm_=Ppoint3D_min(), PCouleur const &couleur_=PCouleur(), pident id_=IDNUL) |
|
Ptriangle & | operator= (const Ptriangle &tr) |
|
const Ppoint3D_min & | V1 () const |
| V1 Accès au premier sommet du triangle. Plus de détails...
|
|
const Ppoint3D_min & | V2 () const |
| V2 Accès au premier sommet du triangle. Plus de détails...
|
|
const Ppoint3D_min & | V3 () const |
| V3 Accès au premier sommet du triangle. Plus de détails...
|
|
| PEnt3DExt () |
|
| PEnt3DExt (const PCouleur &c, pident i, const Ppoint3D_min &n, bool a) |
|
const Ppoint3D_min & | Norm () const |
|
Ppoint3D_min & | NormNonConst () |
|
void | defNorm (const Ppoint3D_min &n) |
|
void | defNorm (pfloat x, pfloat y, pfloat z) |
|
| PEnt3D () |
|
| PEnt3D (const PCouleur &c, pident i, bool a) |
|
bool | Actif () const |
|
void | defActif (bool a) |
|
| PEnt23D (pident id_) |
|
| PEnt23D (const PCouleur &c, pident id_) |
|
| PEnt23D () |
|
const PCouleur & | CouleurConst () const |
|
PCouleur & | Couleur () |
|
void | defCouleur (const PCouleur &c) |
|
| PEntite (pident id_) |
|
pident | Id () const |
|
void | defId (pident i) |
| Assignation de l'id d'une entité. Plus de détails...
|
|
bool | IdNul () const |
|
pulong | Attributs () const |
|
pulong & | AttributsRef () |
|
void | ReinitAttributs () |
|
void | defAttributs (pulong att) |
|
void | AjoutAttribut (pulong attr) |
|
void | RetireAttribut (pulong attr) |
|
bool | ValideAttribut (pulong attr) const |
|
void | AjoutAttributId (pulong id) |
|
void | RetireAttributId (pulong id) |
|
bool | ValideAttributId (pulong id) const |
|
Définition d'un triangle à base de vertices (destiné à l'affichage 3D).