omni::math::quadrant
NAME

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)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top