linearly v0.32.0 • Docs
linearly v0.32.0 / mat4 / translate
Function: translate()
translate(
a
,v
):mat4
Translate a mat4 by the given vector
Parameters
• a: mat4
the matrix to translate
• v: vec3
vector to translate by
linearly v0.32.0 • Docs
linearly v0.32.0 / mat4 / translate
translate(
a
,v
):mat4
Translate a mat4 by the given vector
• a: mat4
the matrix to translate
• v: vec3
vector to translate by