bevy_math 0.18.1

Provides math functionality for Bevy Engine
Documentation
1
2
3
4
5
6
7
mod irect;
mod rect;
mod urect;

pub use irect::IRect;
pub use rect::Rect;
pub use urect::URect;