#include <sio2_ipocurve.h>

Public Attributes | |
| unsigned int | curr_point |
| The current point on the SIO2ipocurve. | |
| float | t_ratio |
| The time ratio between the two current adjacent point on the SIO2ipocurve. | |
| float | v_ratio |
| The value ratio between the two current adjacent point on the SIO2ipocurve. | |
| float | tv_ratio |
| The time vs value ratio between the two current adjacent point on the SIO2ipocurve. | |
| float | d_time |
| The current delta time of the SIO2ipocurve. | |
| float | value |
| The current value of the SIO2ipocurve. | |
| unsigned char | interpolation |
| The interpolation method to use between two points. | |
| unsigned char | extrapolation |
| The extrapolation method to use to loop back the SIO2ipocurve. | |
| unsigned int | n_point |
| The number of points on the SIO2ipocurve. | |
| bez3 * | point |
| The bezier triplets for every points on the SIO2ipocurve. | |
| unsigned int SIO2ipocurve::curr_point |
The current point on the SIO2ipocurve.
Referenced by sio2IpoCurveGetRatio(), sio2IpoCurveRender(), and sio2IpoCurveReset().
| float SIO2ipocurve::t_ratio |
The time ratio between the two current adjacent point on the SIO2ipocurve.
Referenced by sio2IpoCurveGetRatio(), and sio2IpoCurveRender().
| float SIO2ipocurve::v_ratio |
The value ratio between the two current adjacent point on the SIO2ipocurve.
Referenced by sio2IpoCurveGetRatio().
| float SIO2ipocurve::tv_ratio |
The time vs value ratio between the two current adjacent point on the SIO2ipocurve.
Referenced by sio2IpoCurveGetRatio(), and sio2IpoCurveRender().
| float SIO2ipocurve::d_time |
The current delta time of the SIO2ipocurve.
Referenced by sio2IpoCurveRender(), and sio2IpoCurveReset().
| float SIO2ipocurve::value |
The current value of the SIO2ipocurve.
Referenced by sio2IpoCurveGetRatio(), sio2IpoCurveRender(), and sio2IpoCurveReset().
| unsigned char SIO2ipocurve::interpolation |
The interpolation method to use between two points.
Referenced by sio2IpoCurveRender(), and sio2IpoLoad().
| unsigned char SIO2ipocurve::extrapolation |
The extrapolation method to use to loop back the SIO2ipocurve.
Referenced by sio2IpoCurveRender(), and sio2IpoLoad().
| unsigned int SIO2ipocurve::n_point |
The bezier triplets for every points on the SIO2ipocurve.
Referenced by sio2IpoCurveFree(), sio2IpoCurveGetRatio(), sio2IpoCurveRender(), and sio2IpoLoad().
1.5.6