omni::math::circle_contains_point
NAME

omni::math::circle_contains_point

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline bool omni::math::circle_contains_point(T center_x, T center_y, double radius, T x, T y)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top