linearly v0.32.0Docs


linearly v0.32.0 / mat4 / scale

Function: scale()

scale(a, v): mat4

Scales the mat4 by the dimensions in the given vec3 not using vectorization

Parameters

a: mat4

v: vec3

Returns

mat4

Defined in

src/mat4.ts:367open in new window