csTriangle Struct Reference
[Geometry utilities]
A triangle.
More...
#include <tri.h>
Public Methods | |
csTriangle () | |
Empty default constructor. | |
csTriangle (int _a, int _b, int _c) | |
Convenience constructor, builds a triangle with initializers. | |
csTriangle (const csTriangle &t) | |
Copy constructor. | |
csTriangle & | operator= (const csTriangle &t) |
Assignment. | |
void | Set (int _a, int _b, int _c) |
Set the values. |
Detailed Description
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).
Definition at line 33 of file tri.h.
Constructor & Destructor Documentation
|
Empty default constructor.
|
|
Convenience constructor, builds a triangle with initializers.
|
|
Copy constructor.
|
Member Function Documentation
|
Assignment.
|
|
Set the values.
|
The documentation for this struct was generated from the following file:
- csgeom/tri.h
Generated for Crystal Space by doxygen 1.2.18