View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Namespaces | Functions
math.h File Reference
#include <algorithm>
#include <cmath>
Include dependency graph for math.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  vistle
 

Functions

template<typename S >
vistle::clamp (S v, S vmin, S vmax)
 
template<typename S , typename Float >
vistle::lerp (S a, S b, Float t)
 
template<typename S >
vistle::difference_of_products (S a, S b, S c, S d)