mirror of
https://github.com/jhasse/poly2tri.git
synced 2025-08-05 06:45:45 +02:00
remove trailing whitespace and convert to unix line endings
This commit is contained in:
@@ -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 <EFBFBD>hl<EFBFBD>n, thahlen@gmail.com
|
||||
* "FlipScan" Constrained Edge Algorithm invented by Thomas ?hl?n, thahlen@gmail.com
|
||||
*/
|
||||
|
||||
#ifndef SWEEP_H
|
||||
|
Reference in New Issue
Block a user