Skip to content

Commit 9d456a8

Browse files
authored
Merge pull request #14 from wethegit/feature/1.0/typescript
Feature/1.0/typescript
2 parents dc79b06 + ffa3497 commit 9d456a8

18 files changed

Lines changed: 1074 additions & 15083 deletions

README.md

Lines changed: 1 addition & 4817 deletions
Large diffs are not rendered by default.

docs/Mat2.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,13 +355,13 @@ <h1 class="page-title">Source: Mat2.js</h1>
355355
</div>
356356

357357
<nav>
358-
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Vec2.html">Vec2</a></li><li><a href="Vec3.html">Vec3</a></li><li><a href="Vec4.html">Vec4</a></li></ul>
358+
<h2><a href="index.html">Home</a></h2>
359359
</nav>
360360

361361
<br class="clear">
362362

363363
<footer>
364-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Fri Mar 19 2021 11:27:06 GMT-0700 (Pacific Daylight Time)
364+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Sun Jun 27 2021 17:02:25 GMT-0700 (Pacific Daylight Time)
365365
</footer>
366366

367367
<script> prettyPrint(); </script>

docs/Mat3.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,13 +622,13 @@ <h1 class="page-title">Source: Mat3.js</h1>
622622
</div>
623623

624624
<nav>
625-
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Vec2.html">Vec2</a></li><li><a href="Vec3.html">Vec3</a></li><li><a href="Vec4.html">Vec4</a></li></ul>
625+
<h2><a href="index.html">Home</a></h2>
626626
</nav>
627627

628628
<br class="clear">
629629

630630
<footer>
631-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Fri Mar 19 2021 11:27:06 GMT-0700 (Pacific Daylight Time)
631+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Sun Jun 27 2021 17:02:25 GMT-0700 (Pacific Daylight Time)
632632
</footer>
633633

634634
<script> prettyPrint(); </script>

docs/Mat4.js.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -867,10 +867,11 @@ <h1 class="page-title">Source: Mat4.js</h1>
867867
wy = w * y2,
868868
wz = w * z2;
869869

870-
return new Mat3(
871-
1 - yy -zz, yx -wz, zx + wy,
872-
yx + wz, 1 - xx - zz, zy - wx,
873-
zx - wy, zy + wx, 1 - xx - yy
870+
return new Mat4(
871+
1 - yy -zz, yx - wz, zx + wy, 0,
872+
yx + wz, 1 - xx - zz, zy - wx, 0,
873+
zx - wy, zy + wx, 1 - xx - yy, 0,
874+
0, 0, 0, 1
874875
);
875876
}
876877
}
@@ -1357,13 +1358,13 @@ <h1 class="page-title">Source: Mat4.js</h1>
13571358
</div>
13581359

13591360
<nav>
1360-
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Vec2.html">Vec2</a></li><li><a href="Vec3.html">Vec3</a></li><li><a href="Vec4.html">Vec4</a></li></ul>
1361+
<h2><a href="index.html">Home</a></h2>
13611362
</nav>
13621363

13631364
<br class="clear">
13641365

13651366
<footer>
1366-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Fri Mar 19 2021 11:27:06 GMT-0700 (Pacific Daylight Time)
1367+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Sun Jun 27 2021 17:02:25 GMT-0700 (Pacific Daylight Time)
13671368
</footer>
13681369

13691370
<script> prettyPrint(); </script>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3841,13 +3841,13 @@ <h5>Returns</h5>
38413841
</div>
38423842

38433843
<nav>
3844-
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Vec2.html">Vec2</a></li><li><a href="Vec3.html">Vec3</a></li><li><a href="Vec4.html">Vec4</a></li></ul>
3844+
<h2><a href="index.html">Home</a></h2>
38453845
</nav>
38463846

38473847
<br class="clear">
38483848

38493849
<footer>
3850-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Fri Mar 19 2021 11:27:06 GMT-0700 (Pacific Daylight Time)
3850+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Sun Jun 27 2021 17:02:25 GMT-0700 (Pacific Daylight Time)
38513851
</footer>
38523852

38533853
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)