bevy/examples/transforms
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
..
3d_rotation.rs Add helper methods for rotating Transforms (#5151) 2022-07-01 03:58:54 +00:00
global_vs_local_translation.rs use the default() method in examples instead of Default::default() (#4952) 2022-06-07 02:16:47 +00:00
scale.rs use the default() method in examples instead of Default::default() (#4952) 2022-06-07 02:16:47 +00:00
transform.rs Add helper methods for rotating Transforms (#5151) 2022-07-01 03:58:54 +00:00
translation.rs use the default() method in examples instead of Default::default() (#4952) 2022-06-07 02:16:47 +00:00