42#ifndef UFO_GEOMETRY_CLOSEST_POINT_HPP
43#define UFO_GEOMETRY_CLOSEST_POINT_HPP
46#include <ufo/geometry/detail/closest_point.hpp>
64template <
class A,
class B>
67 return detail::closestPoint(
a,
b);
constexpr auto closestPoint(A const &a, B const &b)
Computes the closest point on a shape to another shape.
All vision-related classes and functions.
constexpr T b(Lab< T, Flags > color) noexcept
Returns the un-weighted blue–yellow axis value.
constexpr T a(Lab< T, Flags > color) noexcept
Returns the un-weighted green–red axis value.