AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
ALineSegment< T > Struct Template Reference

2D line segment. More...

Detailed Description

template<typename T>
struct ALineSegment< T >

2D line segment.

Public Member Functions

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

Signals and public fields

APoint2D< T > p1
 
APoint2D< T > p2
 

#include <AUI/Geometry2D/ALineSegment.h>


The documentation for this struct was generated from the following file: