bevy/crates/bevy_animation
ira ea13f0bddf Add helper methods for rotating Transforms (#5151)
# Objective
Users often ask for help with rotations as they struggle with `Quat`s.
`Quat` is rather complex and has a ton of verbose methods.

## Solution
Add rotation helper methods to `Transform`.


Co-authored-by: devil-ira <justthecooldude@gmail.com>
2022-07-01 03:58:54 +00:00
..
src Add helper methods for rotating Transforms (#5151) 2022-07-01 03:58:54 +00:00
Cargo.toml Split time functionality into bevy_time (#4187) 2022-05-26 00:27:18 +00:00