Skip to content

Commit b3834d8

Browse files
committed
Merge pull request DefinitelyTyped#4294 from tatchx/master
added jsdoc documentation for the functions
2 parents 2003e42 + aba104f commit b3834d8

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)