openscenario-rs 0.3.1

Rust library for parsing and manipulating OpenSCENARIO files
Documentation
1
2
3
4
5
6
//! Geometry types for OpenSCENARIO shapes and spatial definitions

pub mod shapes;

// Re-export commonly used geometry types
pub use shapes::{BoundingBox, Center, Dimensions, Polyline, Shape, Vertex};