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

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);

1935
gl-matrix/gl-matrix.d.ts vendored

File diff suppressed because it is too large Load Diff