mirror of https://github.com/hannobraun/Fornjot
Merge pull request #2373 from hannobraun/geometry
Derive `Debug` for `HalfEdgeGeometry`
This commit is contained in:
commit
de041b3cca
|
@ -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
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue