Expand description
This crate provides FFI functions for accessing the Ramer–Douglas–Peucker and Visvalingam-Whyatt line simplification algorithms
Structs
- A C-compatible
struct
originating outside Rust used for passing arrays across the FFI boundary - A C-compatible
struct
originating inside Rust used for passing arrays across the FFI boundary
Functions
- Free memory which has been allocated across the FFI boundary by:
- Free memory which has been allocated across the FFI boundary by:
- FFI wrapper for RDP, returning simplified geometry coordinates
- FFI wrapper for RDP, returning simplified geometry indices
- FFI wrapper for Visvalingam-Whyatt, returning simplified geometry coordinates
- FFI wrapper for Visvalingam-Whyatt, returning simplified geometry indices
- FFI wrapper for topology-preserving Visvalingam-Whyatt, returning simplified geometry coordinates.