omni::math::point_on_circle_unsafe
NAME

omni::math::point_on_circle_unsafe

A function of omni::math

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top