Split transform

hey everyone,

i`ve got a little problem… i want to get the xy coords out of a 2d transform. how can i do this?

thanks in advance.

hi, there are two ways, both have the same problem ;)

see the attached patch …

the problem is, that you get the absolute X/Y-coordinates where a point will be translated if transformed by the transform matrix. so you have no guarantee that you get the values you put into the transform node … but you have this values already … yea … so i think its ok for you like in the patch:

damn, where is the attachement ?

again:

getXY.v4p (6.0 kB)

ah, thanks.

this is what i already tested, but i didn`t find out, how to connect getmatrix.

thanks alot.