#include <CCAffineTransform.h>
Public Attributes | |
| float | a |
| float | b |
| float | c |
| float | d |
| float | tx |
| float | ty |
Static Public Attributes | |
| static const AffineTransform | IDENTITY |
Affine transform a b 0 c d 0 tx ty 1
Identity 1 0 0 0 1 0 0 0 1
| float a |
| var a |
| local a |
| float b |
| var b |
| local b |
| float c |
| var c |
| local c |
| float d |
| var d |
| local d |
|
static |
|
static |
|
static |
| float tx |
| var tx |
| local tx |
| float ty |
| var ty |
| local ty |