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