![]() |
Public API Reference |
#include <tri.h>
Public Methods | |
csTriangle () | |
Empty default constructor. More... | |
csTriangle (int _a, int _b, int _c) | |
Convenience constructor, builds a triangle with initializers. More... | |
csTriangle (const csTriangle &t) | |
Copy constructor. More... | |
csTriangle & | operator= (const csTriangle &t) |
Assignment. More... | |
void | Set (int _a, int _b, int _c) |
Set the values. More... |
Note that this structure is only valid if used in combination with a vertex or edge table. 'a', 'b', and 'c' are then indices in that table (either vertices or edges).
Definition at line 33 of file tri.h.
|
Empty default constructor.
|
|
Convenience constructor, builds a triangle with initializers.
|
|
Copy constructor.
|
|
Assignment.
|
|
Set the values.
|