omni::math::point_on_circle
NAME

omni::math::point_on_circle

A static function of omni::math

#include <omni/math.hpp>
template < typename T > inline void omni::math::point_on_circle(T angle, T radius, T center_x, T center_y, T& out_x, T& out_y)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top