Function translate
Parameters
- out: mat4
the receiving matrix
- a: ReadonlyMat4
the matrix to translate
- v: ReadonlyVec3
vector to translate by
Returns mat4
out
- out: mat4
Was this helpful?
the receiving matrix
the matrix to translate
vector to translate by
out
Translate a mat4 by the given vector