aimstil  5.0.5
til::geo::AreIntersecting::Segments2D< TArray > Class Template Reference

Check whether two 2D segments are intersecting or not. More...

#include <cathier/geometrics.h>

Inheritance diagram for til::geo::AreIntersecting::Segments2D< TArray >:

Public Types

typedef TArray::value_type prec_type
 

Public Member Functions

bool operator() (const TArray &A1, const TArray &B1, const TArray &A2, const TArray &B2)
 

Detailed Description

template<typename TArray>
class til::geo::AreIntersecting::Segments2D< TArray >

Check whether two 2D segments are intersecting or not.

Definition at line 490 of file geometrics.h.

Member Typedef Documentation

◆ prec_type

template<typename TArray>
typedef TArray::value_type til::geo::AreIntersecting::Segments2D< TArray >::prec_type

Definition at line 493 of file geometrics.h.

Member Function Documentation

◆ operator()()

template<typename TArray>
bool til::geo::AreIntersecting::Segments2D< TArray >::operator() ( const TArray &  A1,
const TArray &  B1,
const TArray &  A2,
const TArray &  B2 
)
inline

Definition at line 496 of file geometrics.h.


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