KIND OF ARBITRARY ZOOM (hangs at len 5 for some reason)

This commit is contained in:
2025-03-30 14:26:33 -04:00
parent 88e25da973
commit 44b6887e00
26 changed files with 1493 additions and 686 deletions

View File

@@ -50,6 +50,9 @@ impl Zoom {
pub fn level(&self) -> i32 {
self.level
}
pub fn rel_zoom(&self) -> f32 {
self.exp.exp2()
}
}
impl AddAssign<f32> for Zoom {