|
CocosDenshion Mac OS X
1.0.1
CocosDenshion API Reference (Mac OS X version) for Kobold2D developers
|
Public Member Functions | |
| float | interpolate: (float t) |
| id | init:startVal:endVal: (tCDInterpolationType type,[startVal] float startVal,[endVal] float endVal) |
Protected Attributes | |
| float | lastValue |
Properties | |
| float | start |
| float | end |
| tCDInterpolationType | interpolationType |
| float CDFloatInterpolator::interpolate: | ( | float | t | ) | [virtual] |
Return a value between min and max based on t which represents fractional progress where 0 is the start and 1 is the end