boost::gil::virtual_2d_locator::y_distance_to
Returns the y distance between two x_iterators given the difference of their x positions
Synopsis
Declared in <boost/gil/virtual_locator.hpp>
y_coord_t
y_distance_to(
this_t const& it2,
x_coord_t) const;
Return Value
the y distance between two x_iterators given the difference of their x positions
Created with MrDocs