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:31:24 EDT (-0400)
  Re: About determinands and n-dimensional cross products  
From: Tor Olav Kristensen
Date: 20 Aug 2001 18:22:30
Message: <3B818D90.EC72494C@hotmail.com>
Wlodzimierz ABX Skiba wrote:
> 
> Wlodzimierz ABX Skiba wrote in message <3b80d92c$1@news.povray.org>...
> > Tor Olav Kristensen wrote in message <3B7DC4F1.C18AF6E3@hotmail.com>...
> > > 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")
> 
> sorry I forgot:
> a) it works in megapov 0.6a - I think there is bug in POV 3.1
> b) add #warning concat(str(V.transmit,0,-1),"\n")

Thank you very much Wlodzimierz !

I haven't been able to find those
dot-filter and dot-transmit operators
in the manual. I guess I've been 
looking in the wrong places...

Is there a difference between .t and
.transmit operators ? I.e.: Are they 
both referencing the fifth element ?

I have used the .t operator in my code
to extract a fourth element. I suspected
there to be a .f operator also, but that
didn't seem to be the case though.


Tor Olav


Post a reply to this message

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