NAME
A function of omni::math
OVERLOADS
omni::math::calculate_angle_radians
A function of omni::math
#include <omni/math.hpp>template < typename T > inline double omni::math::calculate_angle_radians(T x, T y, T bx, T by, T cx, T cy)OVERLOADS
template < typename T > inline double omni::math::calculate_angle_radians(const omni::math::dimensional<T, 2>& a, const omni::math::dimensional<T, 2>& b, const omni::math::dimensional<T, 2>& c)