Skip to content

Default navigator uses no sorting optimization.

Andrei Gheata requested to merge surface_nosort into surface_model

The default Navigator.h uses now no sorting, which proves to be faster for both distance and safety computation. The algorithm using sorting is now copied in NavigatorSort.h

Merge request reports