oxiphysics-geometry 0.1.2

Geometric shape types for the OxiPhysics engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Auto-generated module structure

/// Functions and utilities.
mod functions;
/// Trait implementations for halfedgemesh_traits.
mod halfedgemesh_traits;
/// Trait implementations for meshtopology_traits.
mod meshtopology_traits;
/// Trait implementations for quadedgemesh_traits.
mod quadedgemesh_traits;
/// Type definitions.
mod types;
/// Trait implementations for wingededgemesh_traits.
mod wingededgemesh_traits;

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