omni::math::calculate_angle
NAME

omni::math::calculate_angle

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline double omni::math::calculate_angle(T x, T y, T bx, T by, T cx, T cy)


OVERLOADS

template < typename T > inline double omni::math::calculate_angle(const omni::math::dimensional<T, 2>& a, const omni::math::dimensional<T, 2>& b, const omni::math::dimensional<T, 2>& c)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top