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

Function SimplifyNearOptimal20

libs/geometry/geometry_tests/simplification_test.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void SimplifyNearOptimal20(m2::PointD const * f, m2::PointD const * l, double e, DistanceFn distFn, PointOutput out)
75{
76 SimplifyNearOptimal(20, f, l, e, distFn, out);
77}
78
79void CheckDPStrict(P const * arr, size_t n, double eps, size_t expectedCount)
80{

Callers

nothing calls this directly

Calls 1

SimplifyNearOptimalFunction · 0.85

Tested by

no test coverage detected