Skip to main content

wisp/
math.rs

1//! Math primitives — `glam` re-exports + `Rect`.
2
3pub mod rect;
4
5pub use glam::{Mat3, Mat4, Vec2, Vec3, Vec4};
6pub use rect::Rect;