Function multiplyScalar
Parameters
- out: mat4
the receiving matrix
- a: ReadonlyMat4
the matrix to scale
- b: number
amount to scale the matrix's elements by
Returns mat4
out
- out: mat4
Was this helpful?
the receiving matrix
the matrix to scale
amount to scale the matrix's elements by
out
Multiply each element of the matrix by a scalar.