Closed artem-ogre closed 6 years ago
Fix signatures of two voronoi vertex methods:
const point_type& x() const
const coordinate_type& x() const
const point_type& y() const
const coordinate_type& y() const
@artem-ogre thanks for the fix!
Fix signatures of two voronoi vertex methods:
const point_type& x() const
=>const coordinate_type& x() const
const point_type& y() const
=>const coordinate_type& y() const