1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Add emath::fast_midpoint (#7435)

This commit is contained in:
Emil Ernerfeldt
2025-08-08 12:04:51 +02:00
committed by GitHub
parent 3024c39eaf
commit 6fae65a3fa
5 changed files with 23 additions and 6 deletions

View File

@@ -300,7 +300,7 @@ zero_sized_map_values = "warn"
# doc_comment_double_space_linebreaks = "warn"
# elidable_lifetime_names = "warn"
# ignore_without_reason = "warn"
# manual_midpoint = "warn"
# manual_midpoint = "warn" # NOTE `midpoint` is often a lot slower for floats, so we have our own `emath::fast_midpoint` function.
# non_std_lazy_statics = "warn"
# precedence_bits = "warn"
# return_and_then = "warn"