| 67 | } |
| 68 | |
| 69 | void 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 | |
| 74 | void SimplifyNearOptimal20(m2::PointD const * f, m2::PointD const * l, double e, DistanceFn distFn, PointOutput out) |
| 75 | { |
nothing calls this directly
no test coverage detected