cocos2d-x  2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCAffineTransform.h File Reference

Classes

struct  CCAffineTransform
 

Namespaces

 cocos2d
 

Constant Groups

 cocos2d
 

Macros

#define CCAffineTransformMake   __CCAffineTransformMake
#define CCPointApplyAffineTransform   __CCPointApplyAffineTransform
#define CCSizeApplyAffineTransform   __CCSizeApplyAffineTransform

Functions

CC_DLL CCAffineTransform  (float a, float b, float c, float d, float tx, float ty)
var  ( var a, var b, var c, var d, var tx, var ty)
local  ( local a, local b, local c, local d, local tx, local ty)
CC_DLL CCPoint  (const CCPoint &point, const CCAffineTransform &t)
CC_DLL CCSize  (const CCSize &size, const CCAffineTransform &t)
CC_DLL CCAffineTransform  ()
CC_DLL CCRect  (const CCRect &rect, const CCAffineTransform &anAffineTransform)
CC_DLL CCAffineTransform  (const CCAffineTransform &t, float tx, float ty)
CC_DLL CCAffineTransform  (const CCAffineTransform &aTransform, float anAngle)
CC_DLL CCAffineTransform  (const CCAffineTransform &t, float sx, float sy)
CC_DLL CCAffineTransform  (const CCAffineTransform &t1, const CCAffineTransform &t2)
CC_DLL bool  (const CCAffineTransform &t1, const CCAffineTransform &t2)
CC_DLL CCAffineTransform  (const CCAffineTransform &t)

Variables

CC_DLL const CCAffineTransform CCAffineTransformIdentity

Macro Definition Documentation

#define CCAffineTransformMake   __CCAffineTransformMake
#define CCPointApplyAffineTransform   __CCPointApplyAffineTransform
var CCPointApplyAffineTransform   __CCPointApplyAffineTransform
local CCPointApplyAffineTransform   __CCPointApplyAffineTransform
#define CCSizeApplyAffineTransform   __CCSizeApplyAffineTransform