NAME
A namespace of omni
MEMBERS
omni::math
A namespace of omni
#include <omni/math.hpp>MEMBERS
template < typename T > static inline bool omni::math::are_equal(T x, T y, T epsilon)
template < typename T > static inline double omni::math::area_circle_sector(T radius, T degrees)
template < typename T > static inline double omni::math::area_of_circle(T radius)
static inline double omni::math::deg_to_red(double deg)
template < typename T > static inline T omni::math::delta(const T& a, const T& b)
template < typename T > static inline T omni::math::delta_squared(const T& a, const T& b)
template < typename T > static inline double omni::math::distance_between_2_points(T start_x, T start_y, T end_x, T end_y)
template < typename T > static inline double omni::math::lerp_x(T x1, T y1, T x2, T y2, T y)
template < typename T > static inline double omni::math::lerp_y(T x1, T y1, T x2, T y2, T x)
static inline double omni::math::rad_to_deg(double rad)
template < typename T > static inline double omni::math::radius_from_area(T area)
omni::math::PI
omni::math::PI_180
omni::math::PI_F
omni::math::PI_F_180
omni::math::PI_L
omni::math::PI_L_180
omni::math::RADS
omni::math::RADS_COS
omni::math::RADS_SIN