42#ifndef UFO_GEOMETRY_INTERSECTS_HPP
43#define UFO_GEOMETRY_INTERSECTS_HPP
46#include <ufo/geometry/detail/intersects.hpp>
62template <
class A,
class B>
65 return detail::intersects(
a,
b);
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.
constexpr bool intersects(A const &a, B const &b)
Checks if two shapes intersect.