added jsdoc documentation for the functions

This commit is contained in:
Tat
2015-05-08 17:53:04 +05:30
parent 4ecef19d99
commit aba104feab
2 changed files with 1901 additions and 35 deletions
+1
View File
@@ -49,6 +49,7 @@ out = vec2.cross(out, vecA, vecB);
out = vec2.lerp(out, vecA, vecB, 0.5);
out = vec2.random(out);
out = vec2.random(out, 5.0);
out = vec2.transformMat2(out, vecA, matA);
out = vec2.transformMat2d(out, vecA, matA);
out = vec2.transformMat3(out, vecA, matA);
out = vec2.transformMat4(out, vecA, matA);
+1900 -35
View File
File diff suppressed because it is too large Load Diff