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