omni::math::quadrilateral_intersects
NAME

omni::math::quadrilateral_intersects

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline bool omni::math::quadrilateral_intersects(T ax1, T ay1, T bx1, T by1, T cx1, T cy1, T dx1, T dy1, T ax2, T ay2, T bx2, T by2, T cx2, T cy2, T dx2, T dy2)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top