mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-26 15:26:12 +01:00
remove trailing whitespace and convert to unix line endings
This commit is contained in:
parent
b4abf3a2b2
commit
47a9c6e038
@ -363,4 +363,3 @@ void Triangle::DebugPrint()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -321,5 +321,3 @@ inline void Triangle::IsInterior(bool b)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -120,4 +120,3 @@ bool InScanArea(Point& pa, Point& pb, Point& pc, Point& pd)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -36,4 +36,3 @@
|
||||
#include "sweep/cdt.h"
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -106,4 +106,3 @@ AdvancingFront::~AdvancingFront()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -69,4 +69,3 @@ CDT::~CDT()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
* Zalik, B.(2008)'Sweep-line algorithm for constrained Delaunay triangulation',
|
||||
* International Journal of Geographical Information Science
|
||||
*
|
||||
* "FlipScan" Constrained Edge Algorithm invented by Thomas Åhlén, thahlen@gmail.com
|
||||
* "FlipScan" Constrained Edge Algorithm invented by Thomas ?hl?n, thahlen@gmail.com
|
||||
*/
|
||||
|
||||
#ifndef SWEEP_H
|
||||
|
Loading…
Reference in New Issue
Block a user