Tatooine
Public Types | Public Member Functions | Public Attributes | List of all members
tatooine::delaunator::compare< Coords > Struct Template Reference

#include <delaunator.h>

Collaboration diagram for tatooine::delaunator::compare< Coords >:
[legend]

Public Types

using real_type = typename Coords::value_type::value_type
 

Public Member Functions

bool operator() (std::size_t i, std::size_t j)
 

Public Attributes

Coords const & coords
 
real_type cx
 
real_type cy
 

Member Typedef Documentation

◆ real_type

template<range Coords>
using tatooine::delaunator::compare< Coords >::real_type = typename Coords::value_type::value_type

Member Function Documentation

◆ operator()()

template<range Coords>
bool tatooine::delaunator::compare< Coords >::operator() ( std::size_t  i,
std::size_t  j 
)
inline

Member Data Documentation

◆ coords

template<range Coords>
Coords const& tatooine::delaunator::compare< Coords >::coords

◆ cx

template<range Coords>
real_type tatooine::delaunator::compare< Coords >::cx

◆ cy

template<range Coords>
real_type tatooine::delaunator::compare< Coords >::cy

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