- Fixed wrong location for the ts types definitions
- Fixed issue #3
- Added tests
- Added more tests
- Fixed issue #1
- Moved three to peerDependencies
- Moved three to devDependencies
- Added a triangles intersection demo
- Fix an issue where an intersection is found while the first three intersection tests are all positive or negative
- Added rollup config to generate esm and cjs
- Updated documentation in Readme
- Updated package info
- Added base code for `trianglesIntersect function and associated tests.