|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionCatmullRom.h>
Inheritance diagram for CCCardinalSplineBy:
Collaboration diagram for CCCardinalSplineBy:Public Member Functions | |
| (void) | - startWithTarget: |
| called before the action start. It will also set the target. | |
Protected Attributes | |
| CGPoint | _startPosition |
Cardinal Spline path. http://en.wikipedia.org/wiki/Cubic_Hermite_spline#Cardinal_spline
| - (void) startWithTarget: | (id) | target |
called before the action start. It will also set the target.
Implements CCAction.