omni::math::distance_between_2_points
NAME

omni::math::distance_between_2_points

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline double omni::math::distance_between_2_points(const omni::math::dimensional<T, 2>& start, const omni::math::dimensional<T, 2>& end)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top