Revise edge & vector compare function for clarity

This commit is contained in:
WandererFan
2017-01-13 16:41:08 -05:00
committed by wmayer
parent 70f0a3c056
commit 2fef05c718
4 changed files with 29 additions and 41 deletions

View File

@@ -68,7 +68,7 @@ public:
double endAngle;
unsigned int idx;
static bool edgeCompare(const edgeSortItem& e1, const edgeSortItem& e2);
static bool edgeLess(const edgeSortItem& e1, const edgeSortItem& e2);
static bool edgeEqual(const edgeSortItem& e1, const edgeSortItem& e2);
std::string dump(void);
};