bevy/crates/bevy_math
Verte 97f0555cb0
Remove VectorSpace impl on Quat (#12796)
- Fixes #[12762](https://github.com/bevyengine/bevy/issues/12762).

## Migration Guide

- `Quat` no longer implements `VectorSpace` as unit quaternions don't
actually form proper vector spaces. If you're absolutely certain that
what you're doing is correct, convert the `Quat` into a `Vec4` and
perform the operations before converting back.
2024-03-30 17:18:52 +00:00
..
src Remove VectorSpace impl on Quat (#12796) 2024-03-30 17:18:52 +00:00
Cargo.toml Math tests fix (#12748) 2024-03-27 20:48:20 +00:00