// Copyright 2026 COOLJAPAN OU (Team KitaSan)
// SPDX-License-Identifier: Apache-2.0
//! Core math types and operations for the OxiPhysics engine.
//!
//! **All other OxiPhysics crates should import math types from
//! `oxiphysics_core::math` rather than depending on nalgebra directly.**
// Re-export all public items
pub use *;
pub use *;
pub use *;