cocos2d-x  3.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Animation3D::Curve Class Reference

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

AnimationCurveVec3translateCurve
var translateCurve
local translateCurve
AnimationCurveQuatrotCurve
var rotCurve
local rotCurve
AnimationCurveVec3scaleCurve
var scaleCurve
local scaleCurve

Detailed Description

animation curve, translation, rotation, and scale

Member Typedef Documentation

Constructor & Destructor Documentation

Curve ( )
var Curve ( )
local Curve ( )
~Curve ( )
var ~Curve ( )
local ~Curve ( )

Member Data Documentation

AnimationCurveQuat* rotCurve
var rotCurve
local rotCurve
AnimationCurveVec3* scaleCurve
var scaleCurve
local scaleCurve
AnimationCurveVec3* translateCurve
var translateCurve
local translateCurve

The documentation for this class was generated from the following file: