Function scale
Parameters
- out: vec4
the receiving vector
- a: ReadonlyVec4
the vector to scale
- b: number
amount to scale the vector by
Returns vec4
out
- out: vec4
Was this helpful?
the receiving vector
the vector to scale
amount to scale the vector by
out
Scales a vec4 by a scalar number