aboutsummaryrefslogtreecommitdiff
path: root/vendor/image/src/math/mod.rs
blob: 43b5b82b0b2db18ed3626e4eb653a3c49d02077e (plain) (blame)
1
2
3
4
5
6
//! Mathematical helper functions and types.
mod rect;
mod utils;

pub use self::rect::Rect;
pub(super) use utils::resize_dimensions;