POV-Ray : Newsgroups : povray.binaries.images : Traced height_field : Re: Traced height_field Server Time
16 Aug 2024 14:19:56 EDT (-0400)
  Re: Traced height_field  
From: JRG
Date: 22 Jan 2002 15:44:35
Message: <3c4dcf33@news.povray.org>
"Tim Nikias" <tim### [at] gmxde> ha scritto nel messaggio
news:3C4DC081.80FE4AB1@gmx.de...
> What exactly is a Peano 2D Space-Filling Curve?

A parametric curve G: [a,b] --> [x0,x1] x [y0,y1], iniective (but I'm not sure about
it) and, which is important, suriective. The English terms might differ from the
Italian ones so forgive me if what I've written sounds non-sense to you ;)
Well, I'm not sure whether what I've written has sense at all, but, to make a long
story short, Peano Curve is a curve whose support (again directly translated from an
Italian term) is a completely filled square.

--
#local j=text{ttf"arial""JRG".2,0}#local J=0;#while(J<10)#local R=0;#while
(R<2)#local G=0;#while(G<1)#if(inside(j<R,G.1>))object{j scale.025translate
<R-1G-J/20J/-40+2>pigment{rgb<9J>}}#debug"O"#else#debug" "#end#local G=G+
.025;#end#local R=R+.05;#debug"\n"#end#local J=J+1;#end// JRG

Home: http://digilander.iol.it/jrgpov  //New: Kitchen scene WIP


Post a reply to this message

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