A sequence of vertices, that's used to pass vertices to vertex-based object proxies.
More...
List of all members.
Public Member Functions |
|
| VertexSet (const VertexSet &other) |
|
VertexSet & | operator= (const VertexSet &other) |
| void | add_vertex (float x, float y, float z) PEEKABOT_DEPRECATED |
| void | add (float x, float y, float z) |
|
void | clear () |
|
std::size_t | size () const |
|
bool | empty () const |
Detailed Description
A sequence of vertices, that's used to pass vertices to vertex-based object proxies.
- See also:
- ColoredVertexSet
Member Function Documentation
| void add |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z | |
|
) |
| | |
| void add_vertex |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z | |
|
) |
| | |
The documentation for this class was generated from the following files: