1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

Add egui::math::Rot2 rotation helper

This commit is contained in:
Emil Ernerfeldt
2020-12-25 12:22:10 +01:00
parent bb469bf52f
commit 36c15c4e41
7 changed files with 197 additions and 34 deletions

View File

@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Mouse-over explanation to duplicate ID warning.
* You can now easily constrain Egui to a portion of the screen using `RawInput::screen_rect`.
* You can now control the minimum and maixumum number of decimals to show in a `Slider` or `DragValue`.
* Add `egui::math::Rot2`: rotation helper.
### Changed 🔧