From 46661b6880892bc2f2a91e10cfc41b57559fc931 Mon Sep 17 00:00:00 2001 From: Stefnotch Date: Wed, 1 Apr 2020 11:01:51 +0200 Subject: [PATCH] Rebuild doc --- docs/common.js.html | 4 +- docs/index.html | 2 +- docs/mat2.js.html | 60 +++++++++--------- docs/mat2d.js.html | 54 ++++++++-------- docs/mat3.js.html | 66 ++++++++++---------- docs/mat4.js.html | 102 +++++++++++++++--------------- docs/module-glMatrix.html | 7 ++- docs/module-mat2.html | 60 +++++++++--------- docs/module-mat2d.html | 54 ++++++++-------- docs/module-mat3.html | 66 ++++++++++---------- docs/module-mat4.html | 102 +++++++++++++++--------------- docs/module-quat.html | 62 +++++++++---------- docs/module-quat2.html | 90 +++++++++++++-------------- docs/module-vec2.html | 106 ++++++++++++++++---------------- docs/module-vec3.html | 126 +++++++++++++++++++------------------- docs/module-vec4.html | 94 ++++++++++++++-------------- docs/quat.js.html | 90 +++++++++++++-------------- docs/quat2.js.html | 92 ++++++++++++++-------------- docs/vec2.js.html | 106 ++++++++++++++++---------------- docs/vec3.js.html | 126 +++++++++++++++++++------------------- docs/vec4.js.html | 94 ++++++++++++++-------------- 21 files changed, 783 insertions(+), 780 deletions(-) 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