A convenience class for tracking points in a MultiPath. More...
#include <multipath.h>
Public Member Functions | |
PathCoordinate () | |
Blank constructor. | |
PathCoordinate (const Whole Path, const Whole Point) | |
Descriptive constructor. More... | |
~PathCoordinate () | |
Class destructor. | |
Boole | operator< (const PathCoordinate &Other) const |
Less-than comparison operator. More... | |
Public Attributes | |
Whole | PathIndex |
The index of the path where this coordinate is located. | |
Whole | PointIndex |
The index of the point in the path where this coordinate is located. | |
A convenience class for tracking points in a MultiPath.
Definition at line 83 of file multipath.h.
Mezzanine::Graphics::Procedural::PathCoordinate::PathCoordinate | ( | const Whole | Path, |
const Whole | Point | ||
) |
Descriptive constructor.
Path | The index of the path where this coordinate is located. |
Point | The index of the point in the path where this coordinate is located. |
Definition at line 87 of file multipath.cpp.
Boole Mezzanine::Graphics::Procedural::PathCoordinate::operator< | ( | const PathCoordinate & | Other | ) | const |
Less-than comparison operator.
Other | The other PathCoordinate to compare against. |
Definition at line 98 of file multipath.cpp.