From 6e7244f8233c468c84a2bcefcd1c5702aa441b9d Mon Sep 17 00:00:00 2001 From: Andrew <35786166+classAndrew@users.noreply.github.com> Date: Sat, 20 Mar 2021 15:48:30 -0700 Subject: [PATCH] Update mat4.js.html Changes 'paramter' to 'parameter'. --- docs/mat4.js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mat4.js.html b/docs/mat4.js.html index a1e1a8bf..0f08438e 100644 --- a/docs/mat4.js.html +++ b/docs/mat4.js.html @@ -1215,7 +1215,7 @@

Source: mat4.js

/** * Returns the scaling factor component of a transformation * matrix. If a matrix is built with fromRotationTranslationScale - * with a normalized Quaternion paramter, the returned vector will be + * with a normalized Quaternion parameter, the returned vector will be * the same as the scaling vector * originally supplied. * @param {vec3} out Vector to receive scaling factor component