42#ifndef UFO_GEOMETRY_INSIDE_HPP
43#define UFO_GEOMETRY_INSIDE_HPP
45#include <ufo/geometry/contains.hpp>
61template <
class A,
class B>
62[[nodiscard]]
constexpr bool inside(A
const&
a, B
const&
b)
All vision-related classes and functions.
constexpr T b(Lab< T, Flags > color) noexcept
Returns the un-weighted blue–yellow axis value.
constexpr bool inside(A const &a, B const &b)
Checks if a shape is inside another shape.
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.