aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE/src/core/script/math/vec4.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/helper-classes/RDGE/src/core/script/math/vec4.js')
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/math/vec4.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/helper-classes/RDGE/src/core/script/math/vec4.js b/js/helper-classes/RDGE/src/core/script/math/vec4.js
index 3c2d96e7..f273c835 100755
--- a/js/helper-classes/RDGE/src/core/script/math/vec4.js
+++ b/js/helper-classes/RDGE/src/core/script/math/vec4.js
@@ -30,8 +30,8 @@ POSSIBILITY OF SUCH DAMAGE.
30 30
31/** 31/**
32* RDGE.vec4 = {} 32* RDGE.vec4 = {}
33* This library contains functions for operating on 4D vectors. Any JS array 33* This library contains functions for operating on 4D vectors. Any JS array
34* containing at least 4 numeric components can represent a 4D vector. 34* containing at least 4 numeric components can represent a 4D vector.
35* 35*
36* For example, all of these are valid RDGE.vec4 declarations: 36* For example, all of these are valid RDGE.vec4 declarations:
37* var a = [0, 0, 0, 1]; 37* var a = [0, 0, 0, 1];