POV-Ray : Newsgroups : povray.general : Simple Question : Re: Simple Question Server Time
9 Aug 2024 19:42:12 EDT (-0400)
  Re: Simple Question  
From: David Fontaine
Date: 20 May 2000 23:15:44
Message: <39275409.2332EE20@faricy.net>
Richard Speir wrote:

> The inverses are asin, acos, and atan -- short for arc sine, etc..

Now you have to use atan2(a,b) though, it does a/b and works when b is
zero
to use the old kind just do atan2(a/b,1)

--
David Fontaine     <dav### [at] faricynet>     ICQ 55354965
Please visit my website: http://www.faricy.net/~davidf/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.