All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
3.0.2 (2024-07-09)
3.0.1 (2024-02-05)
3.0.0 (2024-02-05)
3.0.0-alpha.4 (2023-06-01)
3.0.0-alpha.3 (2022-09-09)
- pex-math types (f36ea53)
3.0.0-alpha.2 (2022-07-12)
- add toString (3f4b23e)
3.0.0-alpha.1 (2022-07-07)
- wrong pex-math import path (26b7b8a)
3.0.0-alpha.0 (2022-06-30)
- remove unused import in plane (a880b57)
- use ES modules (8917754)
- add aabb containsPoint (37243ec)
- add enum for plane side (43897e4)
- change enum case to pascal case (40a4c06)
- change hitTestPlane signature to use plane (35c7ca2)
- handle TypedArray in aabb/rect.fromPoints (440d399)
- remove getRayIntersection (f6ac708)
- remove setPoints and change fromPoints signature (76f4b03)
- rename rect/aabb.getPoints to getCorners (c96bca0)
- rename setPoints to fromPoints (935451c)
- update code, docs and tests (0826b88)
- destructure plane.side plane argument (7b5643f)
- API rename and removals
- switch to type module