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(T start_x, T start_y, T start_z, T end_x, T end_y, T end_z)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top