linearly v0.32.0Docs


linearly v0.32.0 / mat3 / translate

Function: translate()

translate(a, v): mat3

Translate a mat3 by the given vector

Parameters

a: mat3

v: vec3

Returns

mat3

Defined in

src/mat3.ts:258open in new window