Flutter Engine
The Flutter Engine
|
#include <Segment.h>
Public Member Functions | |
Point | upper () const |
Point | lower () const |
std::tuple< int32_t, int32_t, int32_t, int32_t > | bounds () const |
Public Attributes | |
Point | p0 |
Point | p1 |
std::tuple< int32_t, int32_t, int32_t, int32_t > bentleyottmann::Segment::bounds | ( | ) | const |
Definition at line 25 of file Segment.cpp.
Point bentleyottmann::Segment::lower | ( | ) | const |
Definition at line 20 of file Segment.cpp.
Point bentleyottmann::Segment::upper | ( | ) | const |
Definition at line 16 of file Segment.cpp.