1 | //! Mathematical helper functions and types. |
---|---|
2 | mod rect; |
3 | mod utils; |
4 | |
5 | pub use self::rect::Rect; |
6 | pub(super) use utils::resize_dimensions; |
7 |
1 | //! Mathematical helper functions and types. |
---|---|
2 | mod rect; |
3 | mod utils; |
4 | |
5 | pub use self::rect::Rect; |
6 | pub(super) use utils::resize_dimensions; |
7 |