Skip to content

Commit aba104f

Browse files
committed
added jsdoc documentation for the functions
1 parent 4ecef19 commit aba104f

File tree

2 files changed

+1901
-35
lines changed

2 files changed

+1901
-35
lines changed

gl-matrix/gl-matrix-tests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ out = vec2.cross(out, vecA, vecB);
4949
out = vec2.lerp(out, vecA, vecB, 0.5);
5050
out = vec2.random(out);
5151
out = vec2.random(out, 5.0);
52+
out = vec2.transformMat2(out, vecA, matA);
5253
out = vec2.transformMat2d(out, vecA, matA);
5354
out = vec2.transformMat3(out, vecA, matA);
5455
out = vec2.transformMat4(out, vecA, matA);

0 commit comments

Comments
 (0)