linearly v0.32.0Docs


linearly v0.32.0 / vec4 / toString

Function: toString()

toString(v, fractionDigits?): string

Returns the string representation of a vec4

Parameters

v: vec4

vector to represent as a string

fractionDigits?: number

number of digits to appear after the decimal point

Returns

string

Defined in

src/vec4.ts:960open in new window