#include <graph3d.h>
Public Methods | |
csTriangle () | |
Empty default constructor. | |
csTriangle (int _a, int _b, int _c) | |
Convenience constructor, builds a triangle with initializers. | |
Public Attributes | |
int | a |
int | b |
int | c |
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).