- implement
AsMut<array>
- add
IntoMint
trait for unique conversions (#68)
- update to rust2018
- implement
From<mint::Xxx>
for fixed-size arrays
- add serde support
- fixed the
Quaternion
memory layout
- make it
[no_std]
- removed executable flag from the crate files
- even more matrices
- more asymmetrical matrix types
- removed
LeftQuaternion
- implement
AsRef
- derive traits for rotation types
- major refactor of Euler angles
- added strongly-typed Row/Column matrices
- added points
- removed Row/Column matrix separation
- added
QuatScalePos
- basic matrices, vectors, quaternions, and Euler angles