NAME
A function of omni::math
OVERLOADS
omni::math::quadrant
A function of omni::math
#include <omni/math.hpp>template < typename T > inline void omni::math::quadrant(T x, T y, omni::math::ordinal_name::enum_t& quad)OVERLOADS
template < typename T > inline omni::math::ordinal_name omni::math::quadrant(T x, T y)
template < typename T > inline omni::math::ordinal_name omni::math::quadrant(const omni::math::dimensional<T, 2>& point)