Derive `Debug` for `HalfEdgeGeometry`

This commit is contained in:
Hanno Braun 2024-06-05 21:51:56 +02:00
parent 927d84b0ff
commit a7b6dc2792
1 changed files with 1 additions and 1 deletions

View File

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