Namespaces | |
namespace | osgAL |
Functions | |
template<typename T> | |
T const | mix (T const &a, T const &b, float s) |
Lineary interpolate from a to b using s = {0,..1}. | |
template<typename T> | |
T const & | min (T const &a, T const &b) |
Return the smallest item of a and b. | |
template<typename T> | |
T const & | max (T const &a, T const &b) |
Return the greatest item of a and b. | |
template<typename T> | |
T const & | clamp (T const &x, T const &min, T const &max) |
Return the greatest item of a and b. |
|
Return the greatest item of a and b.
|
|
Return the greatest item of a and b.
|
|
Return the smallest item of a and b.
|
|
Lineary interpolate from a to b using s = {0,..1}.
|