|
|
Hi,
I looked through all of the documentation I could find, but there was not
anything about that:
just for debugging purposes, I want to print out the values of a vector on
e.g. the debug stream.
Can this be done in a single statement? If not, is it possible get the
values of a vector? I did not find anything on that either or I may have
overlooked it. With the last one, I know how to print the values.
Thanks in advance
Post a reply to this message
|
|
|
|
didiw wrote:
> Hi,
>
> I looked through all of the documentation I could find, but there was not
> anything about that:
> just for debugging purposes, I want to print out the values of a vector on
> e.g. the debug stream.
>
> Can this be done in a single statement? If not, is it possible get the
> values of a vector? I did not find anything on that either or I may have
> overlooked it. With the last one, I know how to print the values.
>
> Thanks in advance
>
>
Something like this ?
#warning concat("camera position = ",vstr(3, CamPos," - ",0,3),"\n")
--
Cheers
Ger
Post a reply to this message
|
|
|
|
On Fri, 1 Aug 2003 10:09:31 EDT, "didiw" <dhw### [at] earthlingnet> wrote:
> I looked through all of the documentation I could find, but there was not
> anything about that
http://www.povray.org/documentation/view/141/
http://www.povray.org/documentation/view/272/
ABX
Post a reply to this message
|
|