omni::math::midpoint
NAME

omni::math::midpoint

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline omni::math::dimensional<T, 2> omni::math::midpoint(T start_x, T start_y, T end_x, T end_y)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top