Motive Animation System
An open source project by FPL.
 All Classes Functions Variables Typedefs Friends Pages
motive::CubicInit Class Reference

Initialization parameters to create a cubic curve with start and end y-values and derivatives. Start is x = 0. End is x = width_x. More...

#include <curve.h>

Detailed Description

Initialization parameters to create a cubic curve with start and end y-values and derivatives. Start is x = 0. End is x = width_x.

Public Member Functions

 CubicInit (const float start_y, const float start_derivative, const float end_y, const float end_derivative, const float width_x)
 

Public Attributes

float start_y
 
float start_derivative
 
float end_y
 
float end_derivative
 
float width_x
 

The documentation for this class was generated from the following file: