omni::math::triangle_get_incenter
NAME

omni::math::triangle_get_incenter

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline void omni::math::triangle_get_incenter(T ax, T ay, T bx, T by, T cx, T cy, T& out_x, T& out_y)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top