xmscore
1.0
|
#include <functors.h>
Public Member Functions | |
ltPt2 (T a_xytol) | |
constructor More... | |
bool | operator() (const Pt2< T > a_lhs, const Pt2< T > a_rhs) const |
Tests only x and y. More... | |
Private Attributes | |
double | m_xytol |
xy tolerance | |
|
inline |
|
inline |
Tests only x and y.
a_lhs | Left hand side. |
a_rhs | Right hand side. |
Definition at line 138 of file functors.h.
References xms::EQ_TOL(), xms::LT_TOL(), xms::Pt2< T >::x, and xms::Pt2< T >::y.