#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 |
float b |
float c |
float d |
|
static |
float tx |
float ty |