NAME
A member function of omni::geometry::raw_circle
OVERLOADS
omni::geometry::raw_circle::contains
A member function of omni::geometry::raw_circle
#include <omni/geometry/circle.hpp>bool omni::geometry::raw_circle::contains(T x, T y, bool include_edge)OVERLOADS
bool omni::geometry::raw_circle::contains(T x, T y)
bool omni::geometry::raw_circle::contains(const omni::math::dimensional<T, 2>& point, bool include_edge)
bool omni::geometry::raw_circle::contains(const omni::math::dimensional<T, 2>& point)
bool omni::geometry::raw_circle::contains(const omni::geometry::point2d<T>& point, bool include_edge)
bool omni::geometry::raw_circle::contains(const omni::geometry::point2d<T>& point)
bool omni::geometry::raw_circle::contains(const omni::geometry::raw_point2d<T>& point, bool include_edge)
bool omni::geometry::raw_circle::contains(const omni::geometry::raw_point2d<T>& point)
bool omni::geometry::raw_circle::contains(const omni::geometry::raw_circle<T>& circ, bool include_edge)
bool omni::geometry::raw_circle::contains(const omni::geometry::raw_circle<T>& circ)