mirror of https://github.com/hannobraun/Fornjot
Derive `Debug` for `HalfEdgeGeometry`
This commit is contained in:
parent
927d84b0ff
commit
a7b6dc2792
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue