linearly v0.32.0Docs


linearly v0.32.0 / vec3 / transformMat4

Function: transformMat4()

transformMat4(a, m): vec3

Transforms the vec3 with a mat4. 4th vector component is implicitly ‘1’

Parameters

a: vec3

m: mat4

Returns

vec3

Defined in

src/vec3.ts:659open in new window