POV-Ray : Newsgroups : povray.advanced-users : 3D mathematics question : Re: 3D mathematics question Server Time
28 Jul 2024 22:28:45 EDT (-0400)
  Re: 3D mathematics question  
From: ABX
Date: 9 Nov 2004 15:21:09
Message: <3j92p01fa2rf6oc4vj9g6t9h3g54id0c83@4ax.com>
On Tue, 09 Nov 2004 20:14:17 +0000, Andrew the Orchid <voi### [at] devnull> wrote:
> (I understand not being able to use "x", "y" and "z", but "t"? That's 
> not even *valid* as a token by itself...)

http://www.povray.org/documentation/view/3.6.1/229/

  VECTOR_BUILT-IN_IDENT:
       x | y | z | t | u | v

and later

  2.2.1.4.3 Operators

and then try

#declare V=<1,2,3,4>;
#declare Vt=V.t;

ABX


Post a reply to this message

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