bevy/crates/bevy_math/src
Joona Aalto 4bed1b2200
Add note about rotations for Aabb3d (#12315)
# Objective

Fixes #12310.

#11681 added transformations for bounding volumes, but I accidentally
only added a note in the docs about repeated rotations for `Aabb2d` and
not `Aabb3d`.

## Solution

Copy the docs over to `Aabb3d`.
2024-03-05 17:22:53 +00:00
..
bounding Add note about rotations for Aabb3d (#12315) 2024-03-05 17:22:53 +00:00
primitives Rename Direction2d/3d to Dir2/3 (#12189) 2024-02-28 22:48:43 +00:00
rects Replace or document ignored doctests (#11040) 2024-01-01 16:50:56 +00:00
affine3.rs Automatic batching/instancing of draw commands (#9685) 2023-09-21 22:12:34 +00:00
aspect_ratio.rs Introduce AspectRatio struct (#10368) 2023-12-17 02:01:26 +00:00
cubic_splines.rs Cubic splines overhaul (#10701) 2024-02-28 17:18:42 +00:00
direction.rs Improve error messages for denormalized directions (#12278) 2024-03-04 00:01:32 +00:00
lib.rs Rename Direction2d/3d to Dir2/3 (#12189) 2024-02-28 22:48:43 +00:00
ray.rs Rename Direction2d/3d to Dir2/3 (#12189) 2024-02-28 22:48:43 +00:00