- 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. |
||
|---|---|---|
| .. | ||
| bounding | ||
| primitives | ||
| rects | ||
| affine3.rs | ||
| aspect_ratio.rs | ||
| common_traits.rs | ||
| cubic_splines.rs | ||
| direction.rs | ||
| float_ord.rs | ||
| lib.rs | ||
| ray.rs | ||
| rotation2d.rs | ||
| shape_sampling.rs | ||