|
 |
"Bald Eagle" <cre### [at] netscape net> wrote:
> I was also trying to minimize the processing of vectors, and executed the
> following:
>
> #declare f_Axis = function (Vector) {select (Vector, x, y, z)}
>
> Which worked, but did not give me the expected results.
> My debug statements with str complained that it expected a value, but a vector
> was encountered instead...
>
For your #debug, did you try just str? or vstr (for vectors, to see what
would happen)? This is probably tangential to you're main concern, but it's
worth a try...
example...
#debug concat("\n","my vector = <",vstr(3,Vector,", ",0,5),">","\n")
Post a reply to this message
|
 |