NAME
A function of omni::math
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)