bevy/examples/games
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
..
alien_cake_addict.rs Add helper methods for rotating Transforms (#5151) 2022-07-01 03:58:54 +00:00
breakout.rs Camera Driven Rendering (#4745) 2022-06-02 00:12:17 +00:00
contributors.rs Add helper methods for rotating Transforms (#5151) 2022-07-01 03:58:54 +00:00
game_menu.rs Fix typo in game_menu.rs (#4977) 2022-06-09 20:57:43 +00:00