bevy/crates/bevy_ui/src
François bbb9849506 Replace default method calls from Glam types with explicit const (#1645)
it's a followup of #1550 

I think calling explicit methods/values instead of default makes the code easier to read: "what is `Quat::default()`" vs "Oh, it's `Quat::IDENTITY`"

`Transform::identity()` and `GlobalTransform::identity()` can also be consts and I replaced the calls to their `default()` impl with `identity()`
2021-03-13 18:23:39 +00:00
..
flex Resolve (most) internal system ambiguities (#1606) 2021-03-10 22:37:02 +00:00
render Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
widget format comments (#1612) 2021-03-11 00:27:30 +00:00
anchors.rs rustfmt changes 2020-07-28 14:24:03 -07:00
entity.rs Resolve (most) internal system ambiguities (#1606) 2021-03-10 22:37:02 +00:00
focus.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
lib.rs Resolve (most) internal system ambiguities (#1606) 2021-03-10 22:37:02 +00:00
margins.rs move bevy crates to their own folder 2020-04-24 17:57:20 -07:00
ui_node.rs Resolve (most) internal system ambiguities (#1606) 2021-03-10 22:37:02 +00:00
update.rs Replace default method calls from Glam types with explicit const (#1645) 2021-03-13 18:23:39 +00:00