|
Author |
Topic: off on an arctangent? (Read 172 times) |
|
rgovostes
|
off on an arctangent?
« on: Dec 24th, 2003, 5:49am » |
|
I have searched but I could not find how to calculate an arctangent, as opposed to atan2() Could this be accomplished by a call to the Java math libraries?
|
|
|
|
toxi
|
Re: off on an arctangent?
« Reply #1 on: Dec 24th, 2003, 11:40am » |
|
yupp, just like that: double arcT=Math.atan((double)x);
|
http://toxi.co.uk/
|
|
|
|