Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

vector to angle

// note that Y is first
rad = atan2(y, x)
deg = atan2(y, x)*180/pi
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #vector #angle
ADD COMMENT
Topic
Name
2+4 =