Developer Documentation
CompareVectors Class Reference

Compare two vectors. More...

#include <Plugin-MeshRepair/MeshFixingT.hh>

Public Member Functions

 CompareVectors (double _eps=FLT_MIN)
 Constructor.
 
bool operator() (const ACG::Vec3d &_v0, const ACG::Vec3d &_v1) const
 comparison operator
 

Private Attributes

const double epsilon_
 

Detailed Description

Compare two vectors.

If they are closer than a specified epsilon, we identify them as equal.

Definition at line 70 of file MeshFixingT.hh.


The documentation for this class was generated from the following files: