bevy/crates/bevy_math/src/sampling
Alice Cecile 2165f2218f
Rename Rotation2d to Rot2 (#13694)
# Objective

- `Rotation2d` is a very long name for a commonly used type.

## Solution

- Rename it to `Rot2` to match `glam`'s naming convention (e.g. `Vec2`)

I ran a poll, and `Rot2` was the favorite of the candidate names.

This is not actually a breaking change, since `Rotation2d` has not been
shipped yet.

---------

Co-authored-by: Alice Cecile <alice.i.cecil@gmail.com>
2024-06-05 21:51:13 +00:00
..
mod.rs Add Distribution access methods for ShapeSample trait (#13315) 2024-05-22 12:38:08 +00:00
shape_sampling.rs Implement ShapeSample for Extrusion<T> (#13567) 2024-05-30 12:08:28 +00:00
standard.rs Rename Rotation2d to Rot2 (#13694) 2024-06-05 21:51:13 +00:00