A triangle convenience class for some comparison operations. More...
#include <triangulator.h>
Public Member Functions | |
| TouchSuperTriangle (const Integer First, const Integer Second, const Integer Third) | |
| Class constructor. More... | |
| ~TouchSuperTriangle () | |
| Class destructor. | |
| Boole | operator() (const DelaunayTriangle &Tri) |
| Functor operator. More... | |
Public Attributes | |
| Integer | Index0 |
| The first index of the segment. More... | |
| Integer | Index1 |
| The second index of the segment. More... | |
| Integer | Index2 |
| The third index of the segment. More... | |
A triangle convenience class for some comparison operations.
Definition at line 213 of file triangulator.h.
| Mezzanine::Graphics::Procedural::TouchSuperTriangle::TouchSuperTriangle | ( | const Integer | First, |
| const Integer | Second, | ||
| const Integer | Third | ||
| ) |
Class constructor.
| First | The first index of the triangle. |
| Second | The second index of the triangle. |
| Third | The third index of the triangle. |
Definition at line 239 of file triangulator.cpp.
| Boole Mezzanine::Graphics::Procedural::TouchSuperTriangle::operator() | ( | const DelaunayTriangle & | Tri | ) |
Functor operator.
| Tri | The triangle to check. |
Definition at line 251 of file triangulator.cpp.
| Integer Mezzanine::Graphics::Procedural::TouchSuperTriangle::Index0 |
The first index of the segment.
Definition at line 220 of file triangulator.h.
| Integer Mezzanine::Graphics::Procedural::TouchSuperTriangle::Index1 |
The second index of the segment.
Definition at line 223 of file triangulator.h.
| Integer Mezzanine::Graphics::Procedural::TouchSuperTriangle::Index2 |
The third index of the segment.
Definition at line 226 of file triangulator.h.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.