omni::math::triangle_rotate_abc
NAME

omni::math::triangle_rotate_abc

A function of omni::math

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top