# truck-polymesh [![Crates.io](https://img.shields.io/crates/v/truck-polymesh.svg)](https://crates.io/crates/truck-polymesh) [![Docs.rs](https://docs.rs/truck-polymesh/badge.svg)](https://docs.rs/truck-polymesh) Defines polyline-polygon data structure and some algorithms handling mesh. ## Sample Codes ### obj_stl Converts OBJ and STL to each other. usage: ```bash cargo run --example obj_stl ```