42#ifndef UFO_GEOMETRY_DISJOINT_HPP
43#define UFO_GEOMETRY_DISJOINT_HPP
45#include <ufo/geometry/intersects.hpp>
61template <
class A,
class B>
62[[nodiscard]]
constexpr bool disjoint(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 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.
constexpr bool disjoint(A const &a, B const &b)
Checks if two shapes are disjoint.