osrm-backend/unit_tests/util
Patrick Niklaus 30a9bc3179 Fix mathematical assumptions in StaticRTree
StaticRTree now uses projected coordinates internally. That means we can
use a euclidean distance measure (squared distance) for sorting the
query queue.
2016-04-05 22:59:14 +02:00
..
bearing.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00
binary_heap.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00
coordinate_calculation.cpp Fix mathematical assumptions in StaticRTree 2016-04-05 22:59:14 +02:00
duration_parsing.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00
dynamic_graph.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00
io.cpp Runs scripts/format.sh 2016-04-05 22:58:32 +02:00
range_table.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00
rectangle.cpp Fix mathematical assumptions in StaticRTree 2016-04-05 22:59:14 +02:00
static_graph.cpp Runs scripts/format.sh 2016-04-05 22:58:32 +02:00
static_rtree.cpp Fix mathematical assumptions in StaticRTree 2016-04-05 22:59:14 +02:00
string_util.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00
viewport.cpp Implement viewport code to fix simplification 2016-04-05 22:58:32 +02:00