diff --git a/docs/common.js.html b/docs/common.js.html index 2e0938d6..a3660980 100644 --- a/docs/common.js.html +++ b/docs/common.js.html @@ -39,7 +39,7 @@

Source: common.js

/** * Sets the type of array used when creating new vectors and matrices * - * @param {Type} type Array type, such as Float32Array or Array + * @param {Float32ArrayConstructor | ArrayConstructor} type Array type, such as Float32Array or Array */ export function setMatrixArrayType(type) { ARRAY_TYPE = type; @@ -90,7 +90,7 @@

Home

Modules