omni::math::triangle_contains_point
NAME

omni::math::triangle_contains_point

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline bool omni::math::triangle_contains_point(T x, T y, T ax, T ay, T bx, T by, T cx, T cy)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top