POV-Ray : Newsgroups : povray.advanced-users : modulo / math funktions : Re: modulo / math funktions Server Time
29 Jul 2024 16:20:04 EDT (-0400)
  Re: modulo / math funktions  
From:
Date: 29 Oct 2001 11:17:12
Message: <d20rtt86q3gfsa1h8jb8fm54u682lfaii9@4ax.com>
On Mon, 29 Oct 2001 17:06:50 +0100, marabou <not### [at] availableyet> wrote:

> i want to make a construct like this:
>
>        #if (mod((cm*100)/1) = 0)
>        [...]
>        #else
>        [...]
>        #end

I think you have POV-Ray installed with documentation but if not (POV
3.5 allow to not instal doc) please look at
http://www.povray.org/working-docs/id000135.html#6_1_3_6 - there is
list of float functions (also mod) for current beta version of POV 3.5
but most of them (i.e. mod) works fine with erlier versions.

ABX
--
#declare _=function(a,b,x){((a^2)+(b^2))^.5-x}#default {pigment{color rgb 1}}
union{plane{y,-3}plane{-x,-3}finish{reflection 1 ambient 0}}isosurface{ //ABX
function{_(x-2,y,1)|_((x+y)*.7,z,.1)|_((x+y+2)*.7,z,.1)|_(x/2+y*.8+1.5,z,.1)}
contained_by{box{<0,-3,-.1>,<3,0,.1>}}translate z*15finish{ambient 1}}//POV35


Post a reply to this message

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