omni::math::point_on_circle
NAME

omni::math::point_on_circle

A function of omni::math

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


OVERLOADS

template < typename T > inline void omni::math::point_on_circle(double degrees, T radius, const omni::math::dimensional<T, 2>& center, omni::math::dimensional<T, 2>& out)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top