DGtal  1.4.beta
DGtal::experimental::ChamferNorm2D< TSpace >::LessThanAngular Struct Reference

#include <DGtal/geometry/volumes/distance/ChamferNorm2D.h>

Public Member Functions

bool operator() (const Vector &a, const Vector &b) const
 

Detailed Description

template<typename TSpace>
struct DGtal::experimental::ChamferNorm2D< TSpace >::LessThanAngular

Definition at line 150 of file ChamferNorm2D.h.

Member Function Documentation

◆ operator()()

template<typename TSpace >
bool DGtal::experimental::ChamferNorm2D< TSpace >::LessThanAngular::operator() ( const Vector a,
const Vector b 
) const
inline

Definition at line 152 of file ChamferNorm2D.h.

153  {
154  return (( a[0]*b[1] - a[1]*b[0] ) > 0);
155  }

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