omni::math::clamp
NAME

omni::math::clamp

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline T& omni::math::clamp(const T& value, const T& min_val, const T& max_val)


OVERLOADS

template < typename T > inline T& omni::math::clamp(const T& value, const T& min_val, const T& max_val, const omni::delegate2<bool, T, T>& comp)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top