Finding absolute position of a vector

I have a vector, say (100, 100). Then I translate(100, 100), rotate(PI), again translate(50, 100), and etc. Then the vector will be drawn somewhere but not (100, 100). Let's say it was drawn at (120, 250). Now, Is there a way to store the vector (or points) (120, 250) without knowing all information about previous transformations?

Answers

This discussion has been closed.