I have a distance to travel, a rotation and a starting point.
for example:
distance to travel = 10
rotation = 30
startingpoint:
x = 40
y= 60
How can i calculate he new position?
(I want it done without push/popMatrix, rotate() and translate)
could someone help?
for example:
distance to travel = 10
rotation = 30
startingpoint:
x = 40
y= 60
How can i calculate he new position?
(I want it done without push/popMatrix, rotate() and translate)
could someone help?
1