mergAVAffineTransformMakeTranslation

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

This will return the affine transform identity moved by pTranslateX and pTranslateY

Introduced8.0
OSios, mac
Platformsdesktop, mobile
Parameters
NameTypeDescription
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 identity moved by pTranslateX and pTranslateY

Tagsexternals