v = physics.Vect:mult(factor)
|
Parameter |
Type |
Description |
|---|---|---|
|
self |
in physics.Vect |
The input vector |
|
factor |
in number |
The value to multiply by self |
|
v |
out physics.Vect |
The resulting scaled vector |
Multiplies a vector by a factor.
Introduced in platform.apiLevel = '2.0'