lua.wetgenes.tardis.v1.mul
v1 = v1:mul(v1b)
v1 = v1:mul(v1b,r)
Multiply v1 by v1b.
If r is provided then the result is written into r and returned otherwise v1 is modified and returned.
v1 = v1:mul(v1b)
v1 = v1:mul(v1b,r)
Multiply v1 by v1b.
If r is provided then the result is written into r and returned otherwise v1 is modified and returned.