omni::math::rectangle_xywh_contains_point
NAME

omni::math::rectangle_xywh_contains_point

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline bool omni::math::rectangle_xywh_contains_point(T x, T y, T w, T h, T x2, T y2)


OVERLOADS

template < typename T > inline bool omni::math::rectangle_xywh_contains_point(T x, T y, T w, T h, const omni::math::dimensional<T, 2>& point)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top