POV-Ray : Newsgroups : povray.text.tutorials : complex numbers in POV Server Time
24 Apr 2024 06:31:34 EDT (-0400)
  complex numbers in POV (Message 1 to 2 of 2)  
From: david sharp
Subject: complex numbers in POV
Date: 25 May 1999 14:32:44
Message: <374AD089.248C@interport.net>
The following macros are meant to make it easier
to use complex arithmetic in POV scene language.

The collection is incomplete, much to be added,
and not well tested. Please send me bug reports!


Post a reply to this message


Attachments:
Download 'us-ascii' (5 KB)

From: david sharp
Subject: Re: complex numbers in POV
Date: 25 May 1999 18:34:32
Message: <374B0937.195E@interport.net>
david sharp wrote:

>  #macro cSqrt(w) // square root of w
>         #if(w.v=0)
>                 #if(w.u>0=0)

that last line is a typo and should say:
		  #if(w.u>=0)


Post a reply to this message

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