omni::math::circles_intersect
NAME

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, bool include_edge)


OVERLOADS

template < typename T > inline bool omni::math::circles_intersect(T x1, T y1, double r1, T x2, T y2, double r2)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top