runmat-plot 0.4.1

GPU-accelerated and static plotting for RunMat with WGPU and Plotters
Documentation
1
2
3
4
5
6
7
8
//! Geometric algorithms and mesh generation
//!
//! Algorithms for generating meshes, tessellation, etc.

// Placeholder for geometry utilities
pub struct GeometryUtils {
    // TODO: Implement
}