POV-Ray : Newsgroups : povray.beta-test : the umpteenth time: removed features :( : Re: the umpteenth time: removed features :( Server Time
29 Jul 2024 16:22:44 EDT (-0400)
  Re: the umpteenth time: removed features :(  
From: Rune
Date: 16 Jun 2002 18:17:34
Message: <3d0d0e7e@news.povray.org>
Warp wrote:
>   Such macro is so extremely simple that I don't see
> any good reason for including it in the standard
> include files.

I'm not for or against such a macro, but I do know that there are some
of the macros in the standard include files that are way simpler and IMO
ridiculous than this proposed one.

Two examples from math.inc:

// Squares the components of a vector
#macro VSqr(V) (V*V) #end

// Distance between V1 and V2
#macro VDist(V1, V2) vlength(V1 - V2) #end

Rune
--
3D images and anims, include files, tutorials and more:
Rune's World:  http://rsj.mobilixnet.dk (updated May 20)
POV-Ray Users: http://rsj.mobilixnet.dk/povrayusers/
POV-Ray Ring:  http://webring.povray.co.uk


Post a reply to this message

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