Ticket #6584: distance.patch
File distance.patch, 574 bytes (added by , 11 years ago) |
---|
-
algorithms/distance.hpp
130 130 // check if other segments are closer 131 131 for (++prev, ++it; it != boost::end(view); ++prev, ++it) 132 132 { 133 return_type const ds = ps_strategy.apply(point, *prev, *it);133 return_type const ds = eps_strategy.apply(point, *prev, *it); 134 134 if (geometry::math::equals(ds, zero)) 135 135 { 136 136 return ds;