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

Classes

struct  AffineTransform
 

Namespaces

 cocos2d
 Add deprecated global functions and variables here.
 

Constant Groups

 cocos2d
 Add deprecated global functions and variables here.
 

Macros

#define AffineTransformMake   __CCAffineTransformMake
#define PointApplyAffineTransform   __CCPointApplyAffineTransform
#define SizeApplyAffineTransform   __CCSizeApplyAffineTransform

Functions

CC_DLL AffineTransform  (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 Point  (const Point &point, const AffineTransform &t)
CC_DLL Size  (const Size &size, const AffineTransform &t)
CC_DLL AffineTransform  ()
CC_DLL Rect  (const Rect &rect, const AffineTransform &anAffineTransform)
CC_DLL AffineTransform  (const AffineTransform &t, float tx, float ty)
CC_DLL AffineTransform  (const AffineTransform &aTransform, float anAngle)
CC_DLL AffineTransform  (const AffineTransform &t, float sx, float sy)
CC_DLL AffineTransform  (const AffineTransform &t1, const AffineTransform &t2)
CC_DLL bool  (const AffineTransform &t1, const AffineTransform &t2)
CC_DLL AffineTransform  (const AffineTransform &t)

Variables

CC_DLL const AffineTransform AffineTransformIdentity

Macro Definition Documentation

#define AffineTransformMake   __CCAffineTransformMake
#define PointApplyAffineTransform   __CCPointApplyAffineTransform
var PointApplyAffineTransform   __CCPointApplyAffineTransform
local PointApplyAffineTransform   __CCPointApplyAffineTransform
#define SizeApplyAffineTransform   __CCSizeApplyAffineTransform