POV-Ray : Newsgroups : povray.advanced-users : About determinands and n-dimensional cross products : Re: About determinands and n-dimensional cross products Server Time
29 Jul 2024 16:22:17 EDT (-0400)
  Re: About determinands and n-dimensional cross products  
From: Wlodzimierz ABX Skiba
Date: 20 Aug 2001 05:32:28
Message: <3b80d92c$1@news.povray.org>
Tor Olav Kristensen wrote in message <3B7DC4F1.C18AF6E3@hotmail.com>...
> This might be a bit off topic, BUT

matrix has you ;)

> Btw.:
> Can anyone tell me if it is at all
> possible to extract a fifth component
> from a 5D-color vector in POV ?
> (This would be useful for 5D-macros.)

#local V=<1,2,3,4,5>;
#warning concat(str(V.filter,0,-1),"\n")

--
#macro Sig(A,B,X)_(A,B)_(B,X)_(X,A)#end#macro _(A,B)cylinder{<A.x,A.y,3>,<B.u,
B.v,3>.1,9}#end global_settings{max_trace_level 9}light_source{0 1}camera{up y
*4right-3*x}blob{_(<3,1>,<1,-5>)_(<2,-2>,<4,-2>)Sig(x,<-1,1.5>,<1,3>)_(z-1,z-4
)pigment{rgb 1}}box{-3 3pigment{rgb 0}finish{reflection 1}hollow} // POV-Ray31


Post a reply to this message

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