Rasterfarm-SDK
|
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 > |
using Cubic = Polynomial< 3 > |
using Quadratic = Polynomial< 2 > |