POV-Ray : Newsgroups : povray.unofficial.patches : Feasibility of features for 0.6 : Re: Feasibility of features for 0.6 Server Time
2 Sep 2024 04:13:42 EDT (-0400)
  Re: Feasibility of features for 0.6  
From: Michael Andrews
Date: 18 May 2000 07:44:19
Message: <3923D7DC.4FBED117@reading.ac.uk>
Hi Greg,

"Greg M. Johnson" wrote:
> 
> How hard would it be to add the following:

Not hard at all ...

>     1)  int(a)

int(x) == function { x-(x%1.0) }

since

>     2)  mod(a,b)

mod(a,b) == function { a%b }

>     3)  a function that gives the true surface min & max extent of a
> blob, not its overly spacious bounding box;
>     4)  a function that gives the volume of an isosurface, blob, etc.

Bye for now,
	Mike Andrews.


Post a reply to this message

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