5 #ifndef TM2IN_COMPARE_H 6 #define TM2IN_COMPARE_H 18 bool greater(Vertex * a, Vertex * b);
23 bool compareArea(IndoorComponent* i, IndoorComponent* j);
27 #endif //TM2IN_COMPARE_H Definition: collinear.cpp:10
bool greater(Vertex *a, Vertex *b)
Compares two Vertices.
Definition: compare.cpp:12
bool compareArea(IndoorComponent *i, IndoorComponent *j)
Compares two Indoor Component by calculating area.
Definition: compare.cpp:49