mergAVAffineTransformRotate |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergAVAffineTransformRotate(<pTransform>, <pAngle>)
|
Associations | mergav |
Summary | This will return the affine transform rotated by pAngle
|
Introduced | 8.0 |
OS | ios, mac |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
pTransform | | an affine transform as "a,d,c,d,tx,ty"
|
pAngle | | the angle in radians
|
|
Values | Name | Type | Description |
---|
return | | an affine transform as "a,d,c,d,tx,ty"
|
|
Description | This will return the affine transform rotated by pAngle
|
Tags | externals |