|
cocos2d-x
3.3
|
#import <CocosDenshion.h>
Instance Methods | |
| (float) | - interpolate: |
| Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end. More... | |
| (id) | - init:startVal:endVal: |
| (float) | - interpolate: |
| Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end. More... | |
| (id) | - init:startVal:endVal: |
Protected Attributes | |
| float | lastValue |
Properties | |
| float | start |
| float | end |
| tCDInterpolationType | interpolationType |
| - (id) init: | (tCDInterpolationType) | type | |
| startVal: | (float) | startVal | |
| endVal: | (float) | endVal | |
| - (id) init: | (tCDInterpolationType) | type | |
| startVal: | (float) | startVal | |
| endVal: | (float) | endVal | |
| - (float) interpolate: | (float) | t |
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end.
| - (float) interpolate: | (float) | t |
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end.
|
protected |
|
readwritenonatomicassign |
|
readwritenonatomicassign |
|
readwritenonatomicassign |