closest_points.hpp 568 B

12345678910111213141516
  1. // Boost.Geometry
  2. // Copyright (c) 2021, Oracle and/or its affiliates.
  3. // Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
  4. // Licensed under the Boost Software License version 1.0.
  5. // http://www.boost.org/users/license.html
  6. #ifndef BOOST_GEOMETRY_ALGORITHMS_CLOSEST_POINTS_HPP
  7. #define BOOST_GEOMETRY_ALGORITHMS_CLOSEST_POINTS_HPP
  8. #include <boost/geometry/algorithms/detail/closest_points/interface.hpp>
  9. #include <boost/geometry/algorithms/detail/closest_points/implementation.hpp>
  10. #endif // BOOST_GEOMETRY_ALGORITHMS_CLOSEST_POINTS_HPP