1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-07-02 14:04:09 +00:00

add algorithm clamp, clamp_range_copy, clamp_range

This commit is contained in:
bolero-MURAKAMI 2012-10-13 21:06:32 +09:00
parent de41f5c880
commit 79ea4f0885
29 changed files with 870 additions and 11 deletions

View file

@ -0,0 +1,8 @@
#ifndef SPROUT_ALGORITHM_CLAMP_RANGE_HPP
#define SPROUT_ALGORITHM_CLAMP_RANGE_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/clamp_range.hpp>
#include <sprout/algorithm/fit/clamp_range.hpp>
#endif // #ifndef SPROUT_ALGORITHM_CLAMP_RANGE_HPP