linearly v0.32.0Docs


linearly v0.32.0 / mat3 / toString

Function: toString()

toString(m, fractionDigits?): string

Returns a string representation of a mat3

Parameters

m: mat3

matrix to represent as a string

fractionDigits?: number

number of digits to appear after the decimal point

Returns

string

Defined in

src/mat3.ts:709open in new window