NSAffineTransformStruct
typedef struct _NSAffineTransformStruct { float m11, m12, m21, m22; float tX, tY; } NSAffineTransformStruct;