omni::math::calculate_point
NAME

omni::math::calculate_point

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline void omni::math::calculate_point(T start_x, T start_y, T end_x, T end_y, T distance_from_start, T& out_x, T& out_y)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top