mergAVAffineTransformPoint |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergAVAffineTransformPoint(<pTransform>, <pPoint>)
|
Associations | mergav |
Summary | This will apply the affine transform to a point and return the result
|
Introduced | 8.0 |
OS | ios, mac |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
pTransform | | an affine transform as "a,d,c,d,tx,ty"
|
pPoint | | the point to be transformed in the form "x,y"
|
|
Values | Name | Type | Description |
---|
return | | the transformed point.
|
|
Description | This will apply the affine transform to a point and return the result
|
Tags | externals |