hio_html_internal::Line Class Reference
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. | |
Detailed Description
A class used to denote a line segment by its front and back indices.
The documentation for this class was generated from the following file: