Merge pull request #2373 from hannobraun/geometry

Derive `Debug` for `HalfEdgeGeometry`
This commit is contained in:
Hanno Braun 2024-06-05 22:12:37 +02:00 committed by GitHub
commit de041b3cca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ use fj_math::Point;
use super::{CurveBoundary, SurfacePath};
/// The geometry of a half-edge
#[derive(Copy, Clone)]
#[derive(Copy, Clone, Debug)]
pub struct HalfEdgeGeom {
/// # The path of the half-edge
///