Rasterfarm-SDK
Loading...
Searching...
No Matches
interpolation.h File Reference
#include "types.h"
#include "sequence.h"
#include <vector>
#include <algorithm>
#include <cmath>

Classes

class  Interpolation
 For interpolating a defined-number of constant or parameterized points or vertices. More...
 
class  Arc< D >
 
class  Sinusoidal
 
class  Logarithmic
 
class  Exponential< D >
 
class  Polynomial< D >
 
class  Inverse< F >
 
class  Linear
 
class  Bounce< BOUNCES, FREQUENCY >
 

Typedefs

using Circular = Arc< 2 >
 
using Quadratic = Polynomial< 2 >
 
using Cubic = Polynomial< 3 >
 
using Inverse1 = Inverse< 1 >
 
using Inverse2 = Inverse< 2 >
 
using Inverse3 = Inverse< 3 >
 

Typedef Documentation

◆ Circular

using Circular = Arc< 2 >

◆ Cubic

using Cubic = Polynomial< 3 >

◆ Inverse1

using Inverse1 = Inverse< 1 >

◆ Inverse2

using Inverse2 = Inverse< 2 >

◆ Inverse3

using Inverse3 = Inverse< 3 >

◆ Quadratic

using Quadratic = Polynomial< 2 >