|
 |
"Coucou" <dom### [at] neuf fr> wrote:
......
> How to get x, y and z of C1 ?
You can write:
vdot(C1, x)
vdot(C1, y)
vdot(C1, z)
- or shorter:
C1.x
C1.y
C1.z
Also have a look here:
http://www.povray.org/documentation/view/3.6.1/229/#s02_02_01_04_03
"2.2.1.4.3 Operators"
(The last part of that section is about the dot operator.)
--
Tor Olav
http://subcube.com
Post a reply to this message
|
 |