Go to the source code of this file.
|
function | CGAffineTransformConcat (lhs, rhs) |
|
function | CGAffineTransformConcatTo (lhs, rhs, to) |
|
function | CGAffineTransformEqualToTransform (lhs, rhs) |
|
function | CGAffineTransformInvert (aTransform) |
|
function | CGAffineTransformIsIdentity (aTransform) |
|
function | CGAffineTransformMakeCopy (anAffineTransform) |
|
function | CGAffineTransformMakeIdentity () |
|
function | CGAffineTransformMakeRotation (anAngle) |
|
function | CGAffineTransformMakeScale (sx, sy) |
|
function | CGAffineTransformMakeTranslation (tx, ty) |
|
function | CGAffineTransformRotate (aTransform, anAngle) |
|
function | CGAffineTransformScale (aTransform, sx, sy) |
|
function | CGAffineTransformTranslate (aTransform, tx, ty) |
|
function | CGPointApplyAffineTransform (aPoint, aTransform) |
|
function | CGRectApplyAffineTransform (aRect, anAffineTransform) |
|
function | CGSizeApplyAffineTransform (aSize, aTransform) |
|
function | CGStringCreateWithCGAffineTransform (aTransform) |
|
function | CPStringFromCGAffineTransform (anAffineTransform) |
|
◆ CGAffineTransformMake
typedef CGAffineTransform function CGAffineTransformMake(a, b, c, d, tx, ty) |
◆ CGAffineTransformConcat()
function CGAffineTransformConcat |
( |
lhs |
, |
|
|
rhs |
|
|
) |
| |
◆ CGAffineTransformConcatTo()
function CGAffineTransformConcatTo |
( |
lhs |
, |
|
|
rhs |
, |
|
|
to |
|
|
) |
| |
◆ CGAffineTransformEqualToTransform()
function CGAffineTransformEqualToTransform |
( |
lhs |
, |
|
|
rhs |
|
|
) |
| |
◆ CGAffineTransformInvert()
function CGAffineTransformInvert |
( |
aTransform |
| ) |
|
Inverts a transform.
- Parameters
-
aTransform | the transform to invert |
- Returns
- CGAffineTransform an inverted transform CGAffineTransform
Definition at line 176 of file CGAffineTransform.j.
◆ CGAffineTransformIsIdentity()
function CGAffineTransformIsIdentity |
( |
aTransform |
| ) |
|
◆ CGAffineTransformMakeCopy()
function CGAffineTransformMakeCopy |
( |
anAffineTransform |
| ) |
|
◆ CGAffineTransformMakeIdentity()
function CGAffineTransformMakeIdentity |
( |
| ) |
|
◆ CGAffineTransformMakeRotation()
function CGAffineTransformMakeRotation |
( |
anAngle |
| ) |
|
Returns a transform that rotates a coordinate system.
- Parameters
-
anAngle | the amount in radians for the transform to rotate a coordinate system |
- Returns
- CGAffineTransform the transform with a specified rotation CGAffineTransform
Definition at line 140 of file CGAffineTransform.j.
◆ CGAffineTransformMakeScale()
function CGAffineTransformMakeScale |
( |
sx |
, |
|
|
sy |
|
|
) |
| |
◆ CGAffineTransformMakeTranslation()
function CGAffineTransformMakeTranslation |
( |
tx |
, |
|
|
ty |
|
|
) |
| |
◆ CGAffineTransformRotate()
function CGAffineTransformRotate |
( |
aTransform |
, |
|
|
anAngle |
|
|
) |
| |
Rotates a transform.
- Parameters
-
aTransform | the transform to rotate |
anAngle | the amount to rotate in radians |
- Returns
- void CGAffineTransform
Definition at line 155 of file CGAffineTransform.j.
◆ CGAffineTransformScale()
function CGAffineTransformScale |
( |
aTransform |
, |
|
|
sx |
, |
|
|
sy |
|
|
) |
| |
◆ CGAffineTransformTranslate()
function CGAffineTransformTranslate |
( |
aTransform |
, |
|
|
tx |
, |
|
|
ty |
|
|
) |
| |
◆ CGPointApplyAffineTransform()
function CGPointApplyAffineTransform |
( |
aPoint |
, |
|
|
aTransform |
|
|
) |
| |
◆ CGRectApplyAffineTransform()
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.
- Parameters
-
aRect | the rectangle to transform |
anAffineTransform | the transform to apply |
- Returns
- CGRect the new transformed rectangle CGAffineTransform
Definition at line 198 of file CGAffineTransform.j.
◆ CGSizeApplyAffineTransform()
function CGSizeApplyAffineTransform |
( |
aSize |
, |
|
|
aTransform |
|
|
) |
| |
◆ CGStringCreateWithCGAffineTransform()
function CGStringCreateWithCGAffineTransform |
( |
aTransform |
| ) |
|
◆ CPStringFromCGAffineTransform()
function CPStringFromCGAffineTransform |
( |
anAffineTransform |
| ) |
|
Creates and returns a string representation of an affine transform.
- Parameters
-
anAffineTransform | the transform to represent as a string |
- Returns
- CPString a string describing the transform CGAffineTransform
Definition at line 222 of file CGAffineTransform.j.
◆ CGAffineTransformCreateCopy