|
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.
|
explicit |
Constructor.
Definition at line 70 of file MeshFixingT_impl.hh.
| bool CompareVectors::operator() | ( | const ACG::Vec3d & | _v0, |
| const ACG::Vec3d & | _v1 | ||
| ) | const |
comparison operator
Definition at line 75 of file MeshFixingT_impl.hh.
|
private |
Definition at line 81 of file MeshFixingT.hh.