GameMaker [SOLVED]Math Question

Neptune

Member
So if i wanted the angle of a 2D vector, say -3,2 with magnitude sqroot(14), would I use darctan2(2,-3) to return the angle of that vector in degrees?

Am i doing something wrong?
Any info is appreciated :)
 
Top