Jun 25, 2002 #1 wuah Programmer Mar 15, 2001 42 DK Is it possible to get the inverse tangent in Flash? I know, that Math.tan(0.785) will result in 1, but what if I want to get the inverse tangent to 1? How do I write that? Greetings rasmus
Is it possible to get the inverse tangent in Flash? I know, that Math.tan(0.785) will result in 1, but what if I want to get the inverse tangent to 1? How do I write that? Greetings rasmus
Jun 25, 2002 #2 wangbar Programmer Jul 23, 2001 1,906 GB Inverse tangent is Math.atan(x), (it returns the angle in radians). Slainte http://www.wangbar.co.uk Upvote 0 Downvote