|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Greetings Folks!
How can I extract, let's say, just the Z variable from the trace coordinates
(which contains < x, y, z >)?
Sven
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Wasn't it Sven Littkowski who wrote:
>Greetings Folks!
>
>How can I extract, let's say, just the Z variable from the trace coordinates
>(which contains < x, y, z >)?
#declare P = trace( ... );
Then use P.z
--
Mike Williams
Gentleman of Leisure
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Great! Thanks a lot! It works well.
Sven
> Wasn't it Sven Littkowski who wrote:
>>How can I extract, let's say, just the Z variable from the trace
>>coordinates
>>(which contains < x, y, z >)?
"Mike Williams" <nos### [at] econymdemoncouk> schrieb im Newsbeitrag
news:dgi### [at] econymdemoncouk...
> #declare P = trace( ... );
> Then use P.z
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |