mergAVAffineTransformPoint

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
mergAVAffineTransformPoint(<pTransform>, <pPoint>)
Associationsmergav
Summary

This will apply the affine transform to a point and return the result

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

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

pPoint

the point to be transformed in the form "x,y"

Values
NameTypeDescription
return

the transformed point.

Description

This will apply the affine transform to a point and return the result

Tagsexternals