MCPcopy Create free account
hub / github.com/comaps/comaps / SimplifyNearOptimal10

Function SimplifyNearOptimal10

libs/geometry/geometry_tests/simplification_test.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void SimplifyNearOptimal10(m2::PointD const * f, m2::PointD const * l, double e, DistanceFn distFn, PointOutput out)
70{
71 SimplifyNearOptimal(10, f, l, e, distFn, out);
72}
73
74void SimplifyNearOptimal20(m2::PointD const * f, m2::PointD const * l, double e, DistanceFn distFn, PointOutput out)
75{

Callers

nothing calls this directly

Calls 1

SimplifyNearOptimalFunction · 0.85

Tested by

no test coverage detected