NAME
A function of omni::math
omni::math::circles_intersect
A function of omni::math
#include <omni/math.hpp>template < typename T > inline bool omni::math::circles_intersect(T x1, T y1, double r1, T x2, T y2, double r2)