![]() |
Public API Reference |
![]() |
A triangle. More...
#include <csgeom/tri.h>
Public Member Functions | |
csTriangle (int _a, int _b, int _c) | |
Convenience constructor, builds a triangle with initializers. | |
csTriangle (const CS::TriangleT< int > &t) | |
Copy constructor. |
A triangle.
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).
csTriangle::csTriangle | ( | int | _a, |
int | _b, | ||
int | _c | ||
) | [inline] |
csTriangle::csTriangle | ( | const CS::TriangleT< int > & | t | ) | [inline] |