|
|
Ah. This should work.
[scale[0]*s,scale[1]*s,scale[2]];
Dan
Sent: Saturday, January 26, 2013 6:09 PM
Subject: Re: [AE] Expression problem: Bad method arguments: one
argument to mul() must be a scalar
ok
but I want a non-uniform multiplication. I want to multiply the X and Y but not
the Z.
On Sat, Jan 26, 2013 at 5:47 PM, Dan Ebberts <debberts@comcast.net> wrote:
I’d just change the last line to this:
scale*s;
|
|