curve of bone's position, rotation or scale More...
#include <CCAnimationCurve.h>
Public Member Functions | |
| void | evaluate (float time, float *dst, EvaluateType type) const |
| evalute value of time More... | |
| var | evaluate ( var time, var dst, var type) |
| evalute value of time More... | |
| local | evaluate ( local time, local dst, local type) |
| evalute value of time More... | |
| void | setEvaluateFun (std::function< void(float time, float *dst)> fun) |
| set evaluate function, allow the user use own function More... | |
| local | setEvaluateFun ( local time, local fun) |
| set evaluate function, allow the user use own function More... | |
| float | getStartTime () const |
| get start time More... | |
| float | getEndTime () const |
| get end time More... | |
| local | getEndTime () |
| get end time More... | |
| virtual | ~AnimationCurve () |
| var | ~AnimationCurve () |
| local | ~AnimationCurve () |
| int | determineIndex (float time) const |
| Determine index by time. More... | |
| var | determineIndex ( var time) |
| Determine index by time. More... | |
| local | determineIndex ( local time) |
| Determine index by time. More... | |
Public Member Functions inherited from Ref | |
| void | retain () |
| Retains the ownership. More... | |
| void | release () |
| Releases the ownership immediately. More... | |
| Ref * | autorelease () |
| Releases the ownership sometime soon automatically. More... | |
| unsigned int | getReferenceCount () const |
| Returns the Ref's current reference count. More... | |
| virtual | ~Ref () |
Static Public Member Functions | |
| static AnimationCurve * | create (float *keytime, float *value, int count) |
| create animation curve More... | |
| var | create ( var keytime, var value, var count) |
| create animation curve More... | |
| local | create ( local keytime, local value, local count) |
| create animation curve More... | |
Public Attributes | |
| CC_CONSTRUCTOR_ACCESS | __pad0__: AnimationCurve() |
| local | __pad0__: AnimationCurve() |
Protected Attributes | |
| float * | _value |
| float * | _keytime |
| var | _keytime |
| local | _keytime |
| int | _count |
| var | _count |
| local | _count |
| int | _componentSizeByte |
| var | _componentSizeByte |
| local | _componentSizeByte |
| std::function< void(float time, float *dst)> | _evaluateFun |
Protected Attributes inherited from Ref | |
| unsigned int | _referenceCount |
| count of references More... | |
| var | _referenceCount |
| count of references More... | |
| local | _referenceCount |
| count of references More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Ref | |
| Ref () | |
| Constructor. More... | |
| Ref () | |
| Constructor. More... | |
curve of bone's position, rotation or scale
|
virtual |
|
virtual |
|
virtual |
|
static |
create animation curve
|
static |
create animation curve
|
static |
create animation curve
| int determineIndex | ( | float | time | ) | const |
Determine index by time.
| var determineIndex | ( | var | time | ) |
Determine index by time.
| local determineIndex | ( | local | time | ) |
Determine index by time.
| void evaluate | ( | float | time, |
| float * | dst, | ||
| EvaluateType | type | ||
| ) | const |
evalute value of time
| time | Time to be estimated |
| dst | Estimated value of that time |
| type | EvaluateType |
| var evaluate | ( | var | time, |
| var | dst, | ||
| var | type | ||
| ) |
evalute value of time
| time | Time to be estimated |
| dst | Estimated value of that time |
| type | EvaluateType |
| local evaluate | ( | local | time, |
| local | dst, | ||
| local | type | ||
| ) |
evalute value of time
| time | Time to be estimated |
| dst | Estimated value of that time |
| type | EvaluateType |
| float getEndTime | ( | ) | const |
get end time
| var getEndTime | ( | ) |
get end time
| local getEndTime | ( | ) |
get end time
| float getStartTime | ( | ) | const |
get start time
| var getStartTime | ( | ) |
get start time
| local getStartTime | ( | ) |
get start time
| void setEvaluateFun | ( | std::function< void(float time, float *dst)> | fun | ) |
set evaluate function, allow the user use own function
| var setEvaluateFun | ( | var | fun | ) |
set evaluate function, allow the user use own function
| local setEvaluateFun | ( | local | fun | ) |
set evaluate function, allow the user use own function
| CC_CONSTRUCTOR_ACCESS __pad0__ |
| var __pad0__ |
| local __pad0__ |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |