linearly v0.32.0Docs


linearly v0.32.0 / mat4 / toString

Function: toString()

toString(m, fractionDigits?): string

Returns a string representation of a mat4

Parameters

m: mat4

matrix to represent as a string

fractionDigits?: number

number of digits to appear after the decimal point

Returns

string

Defined in

src/mat4.ts:1702open in new window