omni::math::extend_line
NAME

omni::math::extend_line

A function of omni::math

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


OVERLOADS

template < typename T > inline void omni::math::extend_line(const omni::math::dimensional<T, 2>& start, const omni::math::dimensional<T, 2>& end, T length, omni::math::dimensional<T, 2>& out)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top