Releases: fireblade-engine/math
Releases · fireblade-engine/math
Adds 2x2 matrices
Support Swift 5.7
What's Changed
- Update CI by @ctreffs in #10
- Fix RangeReplaceableCollection conformance for latest Swift version by @stackotter in #9
New Contributors
- @stackotter made their first contribution in #9
Full Changelog: 0.11.0...0.12.0
Windows support
Euler Angles
- Add euler angle conversions
0.9.2
0.9.1
- Add
withForcedContiguousStorage
andwithForcedContiguousMutableStorage
to matrices - Conform matrices to
RandomAccessCollection
&MutableCollection
- Add
eulerAnglesXYZ
to Mat* - Extensions to vec, quat and mat
- Add convenience to
Quat4d
,Point
&Size
- Fix CONTRIBUTING.md
- Add SwiftPackageIndex badged
- Update CI to xcode 11.7 & 12, SwiftWasm to 5.3