An entry in the interpolator graph. More...
Public Member Functions | |
| InterpolatorEntry () | |
| Default constructor of interpolator entry. All values are set to 0. | |
| InterpolatorEntry (float x, float y) | |
| Constructs an interpolator entry with y0 and y1 having the same value. | |
| InterpolatorEntry (float x, float y0, float y1) | |
| Constructs and interpolator entry. | |
Public Attributes | |
| float | x |
| float | y0 |
| float | y1 |
An entry in the interpolator graph.
See the Interpolator description for more information
Definition at line 52 of file SPK_Interpolator.h.
Default constructor of interpolator entry. All values are set to 0.
Definition at line 59 of file SPK_Interpolator.h.
| InterpolatorEntry | ( | float | x, | |
| float | y | |||
| ) |
Constructs an interpolator entry with y0 and y1 having the same value.
| x | : the x value | |
| y | : the y value (value of y0 and y1) |
Definition at line 66 of file SPK_Interpolator.h.
| InterpolatorEntry | ( | float | x, | |
| float | y0, | |||
| float | y1 | |||
| ) |
Constructs and interpolator entry.
| x | : the x value | |
| y0 | : the y0 value | |
| y1 | : the y1 value |
Definition at line 74 of file SPK_Interpolator.h.
| float x |
x value of this entry
Definition at line 54 of file SPK_Interpolator.h.
| float y0 |
y first value of this entry
Definition at line 55 of file SPK_Interpolator.h.
| float y1 |
y second value of this entry
Definition at line 56 of file SPK_Interpolator.h.
1.6.1