Developer Documentation
|
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_ |
Compare two vectors.
If they are closer than a specified epsilon, we identify them as equal.
Definition at line 70 of file MeshFixingT.hh.