![]() |
API
0.9.7
|
Go to the source code of this file.
Variables | |
CGAffineTransformCreateCopy = CGAffineTransformMakeCopy | |
function CGAffineTransformConcat | ( | lhs | , |
rhs | |||
) |
Definition at line 61 of file CGAffineTransform.j.
function CGAffineTransformConcatTo | ( | lhs | , |
rhs | , | ||
to | |||
) |
Definition at line 66 of file CGAffineTransform.j.
function CGAffineTransformEqualToTransform | ( | lhs | , |
rhs | |||
) |
Definition at line 106 of file CGAffineTransform.j.
function CGAffineTransformInvert | ( | aTransform | ) |
Inverts a transform.
aTransform | the transform to invert |
Definition at line 174 of file CGAffineTransform.j.
function CGAffineTransformIsIdentity | ( | aTransform | ) |
Definition at line 96 of file CGAffineTransform.j.
function CGAffineTransformMake | ( | a | , |
b | , | ||
c | , | ||
d | , | ||
tx | , | ||
ty | |||
) |
Definition at line 25 of file CGAffineTransform.j.
function CGAffineTransformMakeCopy | ( | anAffineTransform | ) |
Definition at line 35 of file CGAffineTransform.j.
function CGAffineTransformMakeIdentity | ( | ) |
Definition at line 30 of file CGAffineTransform.j.
function CGAffineTransformMakeRotation | ( | anAngle | ) |
Returns a transform that rotates a coordinate system.
anAngle | the amount in radians for the transform to rotate a coordinate system |
Definition at line 138 of file CGAffineTransform.j.
function CGAffineTransformMakeScale | ( | sx | , |
sy | |||
) |
Definition at line 40 of file CGAffineTransform.j.
function CGAffineTransformMakeTranslation | ( | tx | , |
ty | |||
) |
Definition at line 45 of file CGAffineTransform.j.
function CGAffineTransformRotate | ( | aTransform | , |
anAngle | |||
) |
Rotates a transform.
aTransform | the transform to rotate |
anAngle | the amount to rotate in radians |
Definition at line 153 of file CGAffineTransform.j.
function CGAffineTransformScale | ( | aTransform | , |
sx | , | ||
sy | |||
) |
Definition at line 55 of file CGAffineTransform.j.
function CGAffineTransformTranslate | ( | aTransform | , |
tx | , | ||
ty | |||
) |
Definition at line 50 of file CGAffineTransform.j.
function CGPointApplyAffineTransform | ( | aPoint | , |
aTransform | |||
) |
Definition at line 83 of file CGAffineTransform.j.
function CGRectApplyAffineTransform | ( | aRect | , |
anAffineTransform | |||
) |
Applies a transform to the rectangle's points. The transformed rectangle will be the smallest box that contains the transformed points.
aRect | the rectangle to transform |
anAffineTransform | the transform to apply |
Definition at line 196 of file CGAffineTransform.j.
function CGSizeApplyAffineTransform | ( | aSize | , |
aTransform | |||
) |
Definition at line 89 of file CGAffineTransform.j.
function CGStringCreateWithCGAffineTransform | ( | aTransform | ) |
Definition at line 117 of file CGAffineTransform.j.
function CPStringFromCGAffineTransform | ( | anAffineTransform | ) |
Creates and returns a string representation of an affine transform.
anAffineTransform | the transform to represent as a string |
Definition at line 220 of file CGAffineTransform.j.
CGAffineTransformCreateCopy = CGAffineTransformMakeCopy |
Definition at line 128 of file CGAffineTransform.j.