a = a + b * s
Adds the 4-element vector b multiplied by the scalar s to the 4-element vector a and stores the result in a
b
s
a
a 4-element vector object
a scalar value
a as the result of a + b * s
a + b * s
Generated using TypeDoc
a = a + b * s
Adds the 4-element vector
b
multiplied by the scalars
to the 4-element vectora
and stores the result ina