omni::math::quadrilateral_rotate_point
NAME

omni::math::quadrilateral_rotate_point

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline void omni::math::quadrilateral_rotate_point(double degrees, T x, T y, const omni::math::rotation_direction& dir, T& ax, T& ay, T& bx, T& by, T& cx, T& cy, T& dx, T& dy)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top