mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-14 21:26:06 +00:00
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};
|
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