AUI Framework
master
Cross-platform base for C++ UI apps
|
2D line segment.
#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 |