class csVector3Array : public csPoly3D This is actually the same class as csPoly3D
| | AddVertexSmart (float x, float y, float z) Add a vertex but first check if it isn't already present in the array |
| | AddVertexSmart (const csVector3& v) Add a vertex but first check if it isn't already present in the array |
This is actually the same class as csPoly3D. But it has been renamed to make it clear that it is for other uses. It also adds some functionality specific to that use. In particular this class is more used to hold an unordered collection of 3D vectors.
int AddVertexSmart(float x, float y, float z)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de