Function scale
Parameters
- out: mat4
the receiving matrix
- a: ReadonlyMat4
the matrix to scale
- v: ReadonlyVec3
the vec3 to scale the matrix by
Returns mat4
out
- out: mat4
Was this helpful?
the receiving matrix
the matrix to scale
the vec3 to scale the matrix by
out
Scales the mat4 by the dimensions in the given vec3 not using vectorization