| 
    xmscore
    1.0
    
   | 
 
less than Pt3 comparing in 2D, or, only x and y More...
#include <functors.h>
Public Member Functions | |
| ltPt3_2D (T a_xytol) | |
| constructor  More... | |
| bool | operator() (const Pt3< T > a_lhs, const Pt3< T > a_rhs) const | 
| Tests only x and y.  More... | |
Private Attributes | |
| double | m_xytol | 
| xy tolerance  | |
less than Pt3 comparing in 2D, or, only x and y
Definition at line 74 of file functors.h.
      
  | 
  inline | 
      
  | 
  inline | 
Tests only x and y.
| a_lhs | Left hand side. | 
| a_rhs | Right hand side. | 
Definition at line 94 of file functors.h.
References xms::EQ_TOL(), xms::LT_TOL(), xms::Pt3< T >::x, and xms::Pt3< T >::y.