egml-core 0.0.2-alpha.3

Core primitives and operations for processing GML data.
Documentation
1
2
3
4
5
6
7
8
9
//! Internal geometry utilities.
//!
//! | Module | Contents |
//! |--------|----------|
//! | [`plane`] | Plane in R³ defined by a point and a unit normal vector |
//! | [`triangulate`] | Earcut-based polygon-to-triangle decomposition |

pub mod plane;
pub mod triangulate;