b = a * s
Multiplies the 4-element vector a by the scalar s and stores the result in b
a
s
b
a 4-element vector object
a scalar value
a 4-element vector in which to store the result
b as the result of a * s
a * s
Generated using TypeDoc
b = a * s
Multiplies the 4-element vector
a
by the scalars
and stores the result inb