omni::math::quadrilateral_get_centroid
NAME

omni::math::quadrilateral_get_centroid

A function of omni::math

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top