oxiphysics-core 0.1.1

Core types, traits, and abstractions for the OxiPhysics engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Auto-generated module structure

/// Trait implementations for body_traits.
mod body_traits;
/// Functions and utilities.
mod functions;
/// Trait implementations for physicsworld_traits.
mod physicsworld_traits;
/// Type definitions.
mod types;

// Re-export all types
pub use functions::*;
pub use types::*;