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