InterpolatorEntry Struct Reference

An entry in the interpolator graph. More...

List of all members.

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

Detailed Description

An entry in the interpolator graph.

See the Interpolator description for more information

Since:
1.05.00

Definition at line 52 of file SPK_Interpolator.h.


Constructor & Destructor Documentation

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.

Parameters:
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.

Parameters:
x : the x value
y0 : the y0 value
y1 : the y1 value

Definition at line 74 of file SPK_Interpolator.h.


Member Data Documentation

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.


Generated on Wed Apr 27 21:09:25 2011 for SPARK Particle Engine by  doxygen 1.6.1