AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ALineSegment< T > Struct Template Reference

2D line segment.

#include <AUI/Geometry2D/ALineSegment.h>

Public Member Functions#

length () const noexcept
 
bool isIntersects (ALineSegment other) const noexcept
 

Signals and public fields#

APoint2D< T > p1
 
APoint2D< T > p2