POV-Ray : Newsgroups : povray.general : Help needed with Lissajous Knot : Re: Help needed with Lissajous Knot Server Time
5 Aug 2024 02:16:40 EDT (-0400)
  Re: Help needed with Lissajous Knot  
From: Ib Rasmussen
Date: 31 Dec 2002 09:11:36
Message: <3E11A5C3.9010406@ibras.dk>
Tor Olav Kristensen wrote:

> And if that is so, then he should rewrite the
> macro like this (for the final POV-Ray v3.5):
> 
> 
> #macro Method3(T)
> 
>   <
>     R*sin(A*T)*pow(sin(B*T), exp_X),
>     R*sin(A*T)*pow(cos(B*T), exp_Y),
>     R*pow(sin(A*T), exp_Z)
>   >
> 
> #end


Oops, yes, the R should be outside the pow-function. Thanks.

/Ib


Post a reply to this message

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