#include <poly3d.h>
Inheritance diagram for csVector3Array:
Public Methods | |
csVector3Array (int start_size=10) | |
int | AddVertexSmart (const csVector3 &v) |
Add a vertex but first check if it isn't already present in the array. More... | |
int | AddVertexSmart (float x, float y, float z) |
Add a vertex but first check if it isn't already present in the array. More... |
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.
|
Add a vertex but first check if it isn't already present in the array. Return the index that the vertex was added too. |
|
Add a vertex but first check if it isn't already present in the array. Return the index that the vertex was added too. |