So I'm writing a sketch where I use translate en rotate a couple of times, to make some calculations. And with the last variable in my calculation i don't want the local position (wich stays (0,0) cause I'm only rotating it) but the global (seen from top left corner).
How should I do this?
1