|
#include "SurgSim/Framework/Assert.h"Go to the source code of this file.
Namespaces | |
| SurgSim | |
| SurgSim::Math | |
Functions | |
| template<class T > | |
| T | SurgSim::Math::clamp (T value, T min, T max, T epsilon) |
| Clamp any values within an epsilon window to a maximum or minimum value. More... | |
1.8.13