meshx 0.1.3

A mesh eXchange library with conversion utilities for popular mesh formats.
Documentation
1
2
3
4
5
pub mod tetrahedron;
pub mod triangle;

pub use self::tetrahedron::*;
pub use self::triangle::*;