pastelmath.h

Back to PastelMath

pastel/math/

// Description: An aggregate file for PastelMath.

#ifndef PASTELMATH_PASTELMATH_H
#define PASTELMATH_PASTELMATH_H

#include "pastel/math/coordinate.h"
#include "pastel/math/interpolation.h"
#include "pastel/math/low_discrepancy/lowdiscrepancy.h"
#include "pastel/math/normbijection.h"
#include "pastel/math/transformations.h"
#include "pastel/math/sampling.h"

#endif