
A class used to denote a line segment by its front and back indices. More...
#include <Line.h>
Public Member Functions | |
| int | back () const |
| Returns the line's back index. | |
| Line | Flip () const |
| Returns a line with the current line's indices flipped. | |
| int | front () const |
| Returns the line's front index. | |
| Line (int front_index, int back_index) | |
| Constructs a line with the provided indices. | |
A class used to denote a line segment by its front and back indices.