AUI Framework
develop
Cross-platform base for C++ UI apps
|
2D line segment. More...
#include <AUI/Geometry2D/ALineSegment.h>
Public Member Functions | |
T | length () const noexcept |
bool | isIntersects (ALineSegment other) const noexcept |
Signals and public fields | |
APoint2D< T > | p1 |
APoint2D< T > | p2 |
2D line segment.