mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-30 03:45:55 +00:00
Add UpdateHalfEdgeGeometry
It is currently just a placeholder.
This commit is contained in:
parent
811a24bac0
commit
ec6d03b633
2
crates/fj-core/src/operations/geometry/half_edge.rs
Normal file
2
crates/fj-core/src/operations/geometry/half_edge.rs
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/// Update the geometry of a [`HalfEdge`]
|
||||||
|
pub trait UpdateHalfEdgeGeometry {}
|
5
crates/fj-core/src/operations/geometry/mod.rs
Normal file
5
crates/fj-core/src/operations/geometry/mod.rs
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
//! Operations to update the geometry of objects
|
||||||
|
|
||||||
|
mod half_edge;
|
||||||
|
|
||||||
|
pub use self::half_edge::UpdateHalfEdgeGeometry;
|
@ -40,6 +40,7 @@
|
|||||||
|
|
||||||
pub mod build;
|
pub mod build;
|
||||||
pub mod derive;
|
pub mod derive;
|
||||||
|
pub mod geometry;
|
||||||
pub mod holes;
|
pub mod holes;
|
||||||
pub mod insert;
|
pub mod insert;
|
||||||
pub mod join;
|
pub mod join;
|
||||||
|
Loading…
Reference in New Issue
Block a user