bevy/examples/transforms
ira 65252bb87a Consistently use PI to specify angles in examples. (#5825)
Examples inconsistently use either `TAU`, `PI`, `FRAC_PI_2` or `FRAC_PI_4`.
Often in odd ways and without `use`ing the constants, making it difficult to parse.

 * Use `PI` to specify angles.
 * General code-quality improvements.
 * Fix borked `hierarchy` example.


Co-authored-by: devil-ira <justthecooldude@gmail.com>
2022-08-30 19:52:11 +00:00
..
3d_rotation.rs Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
global_vs_local_translation.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
scale.rs Consistently use PI to specify angles in examples. (#5825) 2022-08-30 19:52:11 +00:00
transform.rs Consistently use PI to specify angles in examples. (#5825) 2022-08-30 19:52:11 +00:00
translation.rs Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00