omni::math::point_is_on_circle_edge
NAME

omni::math::point_is_on_circle_edge

A function of omni::math

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


OVERLOADS

template < typename T > inline bool omni::math::point_is_on_circle_edge(T center_x, T center_y, double radius, const omni::math::dimensional<T, 2>& point)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top