Update doc comment of operations::sweep

This commit is contained in:
Hanno Braun 2023-11-23 16:31:16 +01:00
parent d923ec8694
commit 282a2dfd32

View File

@ -1,4 +1,7 @@
//! Sweeping objects along a path to create new objects
//! Sweep objects along a path to create new objects
//!
//! Sweeps 1D or 2D objects along a straight path, creating a 2D or 3D object,
//! respectively.
mod face;
mod half_edge;