NAME
A static function of omni::geometry
OVERLOADS
omni::geometry::rectangle_ltrb_contains_point
A static function of omni::geometry
#include <omni/geometry/rectangle.hpp>template < typename T > inline bool omni::geometry::rectangle_ltrb_contains_point(T left, T top, T right, T bottom, T x, T y)OVERLOADS
template < typename T > inline bool omni::geometry::rectangle_ltrb_contains_point(T left, T top, T right, T bottom, const omni::math::dimensional<T 2>& point)
template < typename T > inline bool omni::geometry::rectangle_ltrb_contains_point(T left, T top, T right, T bottom, const omni::geometry::point2d<T>& point)
template < typename T > inline bool omni::geometry::rectangle_ltrb_contains_point(T left, T top, T right, T bottom, const omni::geometry::point2d_raw<T>& point)