-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule util
updated
13 files
+1 −1 | geo/BezierCurve.tpp | |
+1 −1 | geo/CircularSegment.tpp | |
+256 −79 | geo/Geo.h | |
+1 −1 | geo/PolyLine.h | |
+2 −2 | geo/PolyLine.tpp | |
+2 −0 | geo/Polygon.h | |
+30 −12 | geo/output/GeoJsonOutput.h | |
+160 −66 | geo/output/GeoJsonOutput.tpp | |
+2 −2 | graph/BiDijkstra.h | |
+1 −1 | graph/Dijkstra.h | |
+2 −2 | graph/EDijkstra.h | |
+1 −0 | http/Server.cpp | |
+74 −0 | tests/TestMain.cpp |