42#ifndef UFO_GEOMETRY_CONTAINS_HPP
43#define UFO_GEOMETRY_CONTAINS_HPP
46#include <ufo/geometry/detail/contains.hpp>
62template <
class A,
class B>
63[[nodiscard]]
constexpr bool contains(A
const&
a, B
const&
b)
65 return detail::contains(
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 contains(A const &a, B const &b)
Checks if a shape contains another shape.