mergAVAffineTransformConcat |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergAVAffineTransformConcat(<pTransform1>, <pTransform2>)
|
Associations | mergav |
Summary | Concatenate two affine transforms
|
Introduced | 8.0 |
OS | ios, mac |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
pTransform1 | | an affine transform as "a,d,c,d,tx,ty"
|
pTransform2 | | an affine transform as "a,d,c,d,tx,ty"
|
|
Values | Name | Type | Description |
---|
return | | an affine transform as "a,d,c,d,tx,ty"
|
|
Description | Concatenate two affine transforms
|
Tags | externals |