|
|
#declare Anowdotxz=<1,0,1>*(Veenext-Veenow);
Is this exactly the same result as:
#declare Anowdotxz=<Veenext.x-Veenow.x,0,Veenext.z-Veenow.z>;
My hunch is that it is, but my overall code isn't doing what I expect it to.
Sometimes there's the temptation to introduce sloppy code (the latter) when
I'm afraid I don't understand proper syntax.
Post a reply to this message
|
|
|
|
"Greg M. Johnson" <gregj;-)565### [at] aolcom> schrieb im Newsbeitrag
news:4144f6f8$1@news.povray.org...
>
> #declare Anowdotxz=<1,0,1>*(Veenext-Veenow);
>
> Is this exactly the same result as:
>
> #declare Anowdotxz=<Veenext.x-Veenow.x,0,Veenext.z-Veenow.z>;
Yes, it's exactly the same
> My hunch is that it is, but my overall code isn't doing what I expect it
to.
> Sometimes there's the temptation to introduce sloppy code (the latter)
when
> I'm afraid I don't understand proper syntax.
I know what you mean..
But the bug must lie somewhere else
Thies
Post a reply to this message
|
|