omni::math::quadrilateral_rotate_abcd
NAME

omni::math::quadrilateral_rotate_abcd

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline void omni::math::quadrilateral_rotate_abcd(double degrees, T x1, T y1, const omni::math::rotation_direction& dir, T& x2, T& y2, T& x3, T& y3, T& x4, T& y4)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top