Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 5502ec2 to fix issue #68 broke the `radians` command. Simply stopped using `Math.sin()` and `Math.cos()` and instead used the p5.js `sin()` and `cos()` global functions which take into account the p5.js `angleMode()`.
- Loading branch information