mergAVAffineTransformTranslate

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
mergAVAffineTransformTranslate(<pTransform>, <pTranslateX>, <pTranslateY>)
Associationsmergav
Summary

This will return the affine transform moved by pTranslateX and pTranslateY

Introduced8.0
OSios, mac
Platformsdesktop, mobile
Parameters
NameTypeDescription
pTransform

an affine transform as "a,d,c,d,tx,ty"

pTranslateX

the value to move the x-axis.

pTranslateY

the value to move the y-axis.

Values
NameTypeDescription
return

an affine transform as "a,d,c,d,tx,ty"

Description

This will return the affine transform moved by pTranslateX and pTranslateY

Tagsexternals