A segment of 2 points in a Point2DContainer. More...
#include <triangulator.h>
Public Member Functions | |
| DelaunaySegment (const Integer First, const Integer Second) | |
| Class constructor. More... | |
| ~DelaunaySegment () | |
| Class destructor. | |
| DelaunaySegment | Inverse () const |
| Gets the inverse of this segment. More... | |
| Boole | operator< (const DelaunaySegment &Other) const |
| Less-than compare operator. More... | |
Public Attributes | |
| Integer | Index1 |
| The first index of the segment. More... | |
| Integer | Index2 |
| The second index of the segment. More... | |
A segment of 2 points in a Point2DContainer.
Definition at line 90 of file triangulator.h.
| Mezzanine::Graphics::Procedural::DelaunaySegment::DelaunaySegment | ( | const Integer | First, |
| const Integer | Second | ||
| ) |
Class constructor.
| First | The first index of the segment. |
| Second | The second index of the segment. |
Definition at line 92 of file triangulator.cpp.
| DelaunaySegment Mezzanine::Graphics::Procedural::DelaunaySegment::Inverse | ( | ) | const |
Gets the inverse of this segment.
Definition at line 103 of file triangulator.cpp.
| Boole Mezzanine::Graphics::Procedural::DelaunaySegment::operator< | ( | const DelaunaySegment & | Other | ) | const |
Less-than compare operator.
| Other | The other DelaunaySegment to compare with. |
Definition at line 106 of file triangulator.cpp.
| Integer Mezzanine::Graphics::Procedural::DelaunaySegment::Index1 |
The first index of the segment.
Definition at line 97 of file triangulator.h.
| Integer Mezzanine::Graphics::Procedural::DelaunaySegment::Index2 |
The second index of the segment.
Definition at line 100 of file triangulator.h.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.