prod3
Multiplies a 3-dimensional vectors with a number.
Signatures
- Paramate.Math3D.prod3( a, b )
Details
The function multiplies a 3-dimensional vectors with a number:
a * b
.
Parameters
- a
-
A vector of type [<number>, <number>, <number>].
- b
-
A number.
Return value
A 3-dimensional vector that is the product of a and b.