omni::math::rotate_point
NAME

omni::math::rotate_point

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline void omni::math::rotate_point(double degrees, const omni::math::rotation_direction& dir, T center_x, T center_y, T& rotate_x, T& rotate_y)


OVERLOADS

template < typename T > inline void omni::math::rotate_point(double degrees, const omni::math::rotation_direction& dir, T center_x, T center_y, omni::math::dimensional<T, 2>& rotate)
template < typename T > inline void omni::math::rotate_point(double degrees, const omni::math::rotation_direction& dir, const omni::math::dimensional<T, 2>& center, omni::math::dimensional<T, 2>& rotate)
template < typename T > inline void omni::math::rotate_point(double degrees, T center_x, T center_y, T& rotate_x, T& rotate_y)
template < typename T > inline void omni::math::rotate_point(double degrees, T center_x, T center_y, omni::math::dimensional<T, 2>& rotate)
template < typename T > inline void omni::math::rotate_point(double degrees, const omni::math::dimensional<T, 2>& center, omni::math::dimensional<T, 2>& rotate)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top