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 * sAdds the 4-element vector
bmultiplied by the scalarsto the 4-element vectoraand stores the result ina