mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
97f0555cb0
- 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |