cocos2d-x  2.2.1
 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)
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)
var  ( var t, var sx, var sy)
local  ( local t, local sx, local sy)
CC_DLL CCAffineTransform  (const CCAffineTransform &t1, const CCAffineTransform &t2)
CC_DLL bool  (const CCAffineTransform &t1, const CCAffineTransform &t2)
var  ( var t1, var t2)
local  ( local t1, local t2)
CC_DLL CCAffineTransform  (const CCAffineTransform &t)

Variables

CC_DLL const CCAffineTransform CCAffineTransformIdentity

Macro Definition Documentation

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