Releases: wowserhq/math
Releases · wowserhq/math
v0.2.2
v0.2.1
v0.2.0
⚠ BREAKING CHANGES
- update node support to require node 10 or later
- update Matrix4 multiply to treat this as left-hand-side
Features
- implement scaleByVector3 in Matrix4
- implement rotateAroundX in Matrix4
- implement identity in Matrix4
- implement setElements in Matrix4
- implement setElements in Vector3
- add Matrix3
Bug Fixes
- fix Quaternion type in docs
- support new esm handling in node 12 and 14