linearly v0.32.0Docs


linearly v0.32.0 / mat3 / fromMat4

Function: fromMat4()

fromMat4(a): mat3

Copies the upper-left 3x3 values into the given mat3.

Parameters

a: mat4

Returns

mat3

Defined in

src/mat3.ts:69open in new window