You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to add more unit tests, especially for functions in util.js, numeric.js and algorithm.js. To begin with, the two functions rectCircleColliding and pnpoly can be tested. The test code should go into tests/util.test.js. One can open tests/runner.html to check if the program passes the tests.
The text was updated successfully, but these errors were encountered:
Need to add more unit tests, especially for functions in
util.js
,numeric.js
andalgorithm.js
. To begin with, the two functionsrectCircleColliding
andpnpoly
can be tested. The test code should go intotests/util.test.js
. One can opentests/runner.html
to check if the program passes the tests.The text was updated successfully, but these errors were encountered: