Adds two vectors, scaling the 2nd; assumes a and b have the same dimension.
Operand vector.
Amount to scale b
Optional
vector to hold result. If not passed in a new one is created.
A vector that is the sum of a + b * scale.
Adds two vectors, scaling the 2nd; assumes a and b have the same dimension.