omni::math::midpoint3d
NAME

omni::math::midpoint3d

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline void omni::math::midpoint3d(T start_x, T start_y, T start_z, T end_x, T end_y, T end_z, T& mid_x, T& mid_y, T& mid_z)


OVERLOADS

template < typename T > inline void omni::math::midpoint3d(const omni::math::dimensional<T, 3>& start, const omni::math::dimensional<T, 3>& end, omni::math::dimensional<T, 3>& out)
template < typename T > inline omni::math::dimensional<T, 3> omni::math::midpoint3d(T start_x, T start_y, T start_z, T end_x, T end_y, T end_z)
template < typename T > inline omni::math::dimensional<T, 3> omni::math::midpoint3d(const omni::math::dimensional<T, 3>& start, const omni::math::dimensional<T, 3>& end)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top