![]() |
Public API Reference |
#include <poly3d.h>
Inheritance diagram for csVector3Array:
Public Methods | |
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.
Definition at line 288 of file poly3d.h.
|
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. Definition at line 297 of file poly3d.h. References csVector3::x, csVector3::y, and csVector3::z. |