Function scaleAndAdd
Parameters
- out: vec3
the receiving vector
- a: ReadonlyVec3
the first operand
- b: ReadonlyVec3
the second operand
- scale: number
the amount to scale b by before adding
Returns vec3
out
- out: vec3
Was this helpful?
the receiving vector
the first operand
the second operand
the amount to scale b by before adding
out
Adds two vec3's after scaling the second operand by a scalar value