|
|
On Tue, 5 Aug 2003 14:36:51 EDT, "Dave Matthews" <mat### [at] dinecollegeedu>
wrote:
> 1. If, inside a function, x, y and z are components of some vector, what's
> the name of the vector? (So I can do a myvector.x in the #if statement.)
Instead of writing:
function{MyVector.x + 1}
you can write something like:
#local MyX=MyVector.x;
function{MyX + 1}
ABX
Post a reply to this message
|
|