|
| AnimFCurveChannel (AnimFCurve &curve, const CoreString &name) |
|
const CoreString & | get_name () const |
|
const unsigned int & | get_key_count () const |
|
unsigned int | set_key (const double &time, const Key_type &type, const double &value) |
|
unsigned int | add_key (const double &time, const Key_type &type) |
|
void | remove_key (const unsigned int &index) |
|
void | remove_all_keys () |
|
void | set_key_value (const unsigned int &index, const double &value) |
|
void | set_key_time (const unsigned int &index, const double &time) |
|
void | set_key_type (const unsigned int &index, const Key_type &type) |
|
double | get_key_value (const unsigned int &index) const |
|
double | get_key_time (const unsigned int &index) const |
|
Key_type | get_key_type (const unsigned int &index) const |
|
double | eval (const double &time) |
|