|
cocos2d-x
3.3
|
animation curve, translation, rotation, and scale More...
#include <CCAnimation3D.h>
Public Types | |
| typedef AnimationCurve< 3 > | AnimationCurveVec3 |
| typedef AnimationCurve< 4 > | AnimationCurveQuat |
Public Member Functions | |
| Curve () | |
| ~Curve () | |
Public Attributes | |
| AnimationCurveVec3 * | translateCurve |
| AnimationCurveQuat * | rotCurve |
| AnimationCurveVec3 * | scaleCurve |
animation curve, translation, rotation, and scale
| typedef AnimationCurve<4> AnimationCurveQuat |
| typedef AnimationCurve<3> AnimationCurveVec3 |
| Curve | ( | ) |
| ~Curve | ( | ) |
| AnimationCurveQuat* rotCurve |
| AnimationCurveVec3* scaleCurve |
| AnimationCurveVec3* translateCurve |