mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-16 23:16:06 +00:00
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…
x
Reference in New Issue
Block a user