egui/crates/emath/src
Emil Ernerfeldt 78dfdb3684
`Rect::intersects_ray`: another bug fix (#4597)
Make sure it returns `true` if the ray starts inside the box
2024-05-31 17:28:38 +02:00
..
align.rs Add `Align2::anchor_size` (#3863) 2024-01-22 16:47:50 +01:00
history.rs Remove `extra_asserts` and `extra_debug_asserts` feature flags (#4478) 2024-05-10 19:39:08 +02:00
lib.rs Remove work-around for `unsafe` in puffin macro (#4484) 2024-05-11 20:17:19 +02:00
numeric.rs Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00
ordered_float.rs Add `emath::OrderedFloat` (moved from `epaint::util::OrderedFloat`) (#4389) 2024-04-21 20:36:32 +02:00
pos2.rs Add a `Display` impl for `Vec2`, `Pos2`, and `Rect` (#4428) 2024-04-29 14:22:34 +02:00
range.rs Cross-widget text select (#3870) 2024-01-24 15:45:22 +01:00
rect.rs `Rect::intersects_ray`: another bug fix (#4597) 2024-05-31 17:28:38 +02:00
rect_transform.rs Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
rot2.rs Remove `extra_asserts` and `extra_debug_asserts` feature flags (#4478) 2024-05-10 19:39:08 +02:00
smart_aim.rs Remove `extra_asserts` and `extra_debug_asserts` feature flags (#4478) 2024-05-10 19:39:08 +02:00
ts_transform.rs Add layer transforms, interaction in layer (#3906) 2024-02-17 11:02:56 +01:00
vec2.rs Add `Ui::is_sizing_pass` for better size estimation of `Area`s, and menus in particular (#4557) 2024-05-29 10:27:04 +02:00
vec2b.rs A `Window` can now be resizable in only one direction (#4155) 2024-03-11 09:29:48 +01:00