Answers for "rotation 2d d'un point"

C++
0

rotation 2d d'un point

x' = x . cos(a) – y . sin(a)
y' = x . sin(a) + y . cos(a)
Posted by: Guest on June-10-2021

Browse Popular Code Answers by Language