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 () | |
Curve () | |
~Curve () | |
~Curve () | |
~Curve () |
Public Attributes | |
AnimationCurveVec3 * | translateCurve |
var | translateCurve |
local | translateCurve |
AnimationCurveQuat * | rotCurve |
var | rotCurve |
local | rotCurve |
AnimationCurveVec3 * | scaleCurve |
var | scaleCurve |
local | scaleCurve |
animation curve, translation, rotation, and scale
typedef AnimationCurve <4> AnimationCurveQuat |
local AnimationCurveQuat |
typedef AnimationCurve <3> AnimationCurveVec3 |
local AnimationCurveVec3 |
Curve | ( | ) |
var Curve | ( | ) |
local Curve | ( | ) |
~Curve | ( | ) |
var ~Curve | ( | ) |
local ~Curve | ( | ) |
AnimationCurveQuat* rotCurve |
var rotCurve |
local rotCurve |
AnimationCurveVec3* scaleCurve |
var scaleCurve |
local scaleCurve |
AnimationCurveVec3* translateCurve |
var translateCurve |
local translateCurve |