Polygone Class Reference
Inheritance diagram for Polygone:

Public Member Functions | |
| Polygone (const std::vector< Feedback3DColor > &) | |
| virtual AxisAlignedBox_xyz | bbox () const |
| double | c () const |
| double | equation (const Vector3 &p) const |
| FLOAT | FlatFactor () const |
| virtual unsigned int | nbVertices () const |
| const NVector3 & | normal () const |
| virtual const Feedback3DColor & | sommet3DColor (int) const |
| virtual const Vector3 & | vertex (int) const |
Protected Member Functions | |
| void | CheckInfoForPositionOperators () |
| virtual void | initNormal () |
Protected Attributes | |
| AxisAlignedBox_xyz | _bbox |
| double | _c |
| NVector3 | _normal |
| std::vector< Feedback3DColor > | _vertices |
| double | anglefactor |
Protected Attributes inherited from Primitive | |
| int | _vibility |
Detailed Description
Definition at line 185 of file Primitive.h.
The documentation for this class was generated from the following files:
- worldsim/3rdParts/qglviewer/VRender/Primitive.h
- worldsim/3rdParts/qglviewer/VRender/Primitive.cpp
Protected Attributes inherited from