POV-Ray : Newsgroups : povray.text.scene-files : zenospace : Re: zenospace Server Time
28 Jun 2024 23:29:35 EDT (-0400)
  Re: zenospace  
From: gimi
Date: 28 Jan 2003 10:21:09
Message: <3E369F4C.4070400@psico.ch>
Dennis Miller wrote:
> Thanks for the links. How would you translate the function:
> y = cos(n*x*acos(x))
 > into  POV syntax?

(the name "y" is used by povray itself, so i'll rename it to
"_y"; for the same reason, you will probably not use "x" either)

   #declare _y = cos(n*_x*acos(_x));


HTH

gimi

-- 
mailto:gim### [at] psicoch
http://www.psico.ch/ 
http://psico.servehttp.com/


Post a reply to this message

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