Property | Type | Description | |
---|---|---|---|
Identity | |||
a | float | ||
tx | float |
Method | Description | |
---|---|---|
CGPointApplyAffineTransform ( |
||
CGRectApplyAffineTransform ( |
||
CGSizeApplyAffineTransform ( |
||
Concat ( |
||
EqualToTransform ( |
||
Invert ( |
||
IsIdentity ( |
||
Make ( float a, float b, float c, float d, float tx, float ty ) : |
||
MakeRotation ( float angle ) : |
||
MakeScale ( float sx, float sy ) : |
||
MakeTranslation ( float tx, float ty ) : |
||
Rotate ( |
||
Scale ( |
||
Translate ( |
public static CGPointApplyAffineTransform ( |
||
point | ||
xform | ||
return |
public static CGRectApplyAffineTransform ( |
||
rect | ||
transform | ||
return |
public static CGSizeApplyAffineTransform ( |
||
size | ||
xform | ||
return |
public static Concat ( |
||
xform | ||
append | ||
return |
public static EqualToTransform ( |
||
t1 | ||
t2 | ||
return | bool |
public static Invert ( |
||
xform | ||
return |
public static IsIdentity ( |
||
t | ||
return | bool |
public static Make ( float a, float b, float c, float d, float tx, float ty ) : |
||
a | float | |
b | float | |
c | float | |
d | float | |
tx | float | |
ty | float | |
return |
public static MakeRotation ( float angle ) : |
||
angle | float | |
return |
public static MakeScale ( float sx, float sy ) : |
||
sx | float | |
sy | float | |
return |
public static MakeTranslation ( float tx, float ty ) : |
||
tx | float | |
ty | float | |
return |
public static Rotate ( |
||
t | ||
angle | float | |
return |
public static Scale ( |
||
t | ||
sx | float | |
sy | float | |
return |
public static Translate ( |
||
t | ||
tx | float | |
ty | float | |
return |
public static CGAffineTransform,BBGamelib Identity | ||
return |