//! Zero-cost newtype wrappers around Bevy math primitives.
//!
//! All types `Deref` to their inner type for ergonomic field and method access.
pub use ToF32;
pub use ToI32;
pub use ToU32;
pub use ToUsize;
pub use Displacement;
pub use Orientation;
pub use Position;
pub use ScreenPosition;
pub use Velocity;