homog2d library
Public Member Functions | List of all members
h2d::fct::PtPairFunct Struct Reference

A functor to get pair of points englobing the element. More...

#include <homog2d.hpp>

Public Member Functions

template<typename T >
PointPair_< typename T::FType > operator() (const T &a)
 

Detailed Description

A functor to get pair of points englobing the element.

See also
CommonType_
area()

Member Function Documentation

◆ operator()()

template<typename T >
PointPair_<typename T::FType> h2d::fct::PtPairFunct::operator() ( const T &  a)
inline
10143  {
10144  return ppair::getPointPair(a);
10145  }
auto getPointPair(const T &elem)
Returns pair of points defining a BB of a primitive Overload 1/4, private free function.
Definition: homog2d.hpp:10044
Here is the call graph for this function:

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