Home | History | Annotate | Download | only in tools

Lines Matching full:atan2

1341     var angle = Math.atan2(dy, dx);
2002 return Math.atan2(-dy, dx);