omni::math::triangle_intersects
NAME

omni::math::triangle_intersects

A function of omni::math

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top