Delete the vestigial region domain, reverting to naive logic for mesh region fill determination (#4463)

This commit is contained in:
Keavon Chambers
2026-09-15 22:36:59 +02:00
committed by Dennis Kobert
parent 9bfbc20d87
commit d5bb1396ec
12 changed files with 38 additions and 293 deletions

View File

@@ -32,7 +32,7 @@ pub mod vector {
pub use vector_types::vector::algorithms;
pub use vector_types::vector::click_target;
pub use vector_types::vector::misc::HandleId;
pub use vector_types::vector::{PointId, RegionId, SegmentId};
pub use vector_types::vector::{PointId, SegmentId};
pub use vector_types::vector::{deserialize_hashmap, serialize_hashmap, serialize_hashmap_as_sorted_object};
// Re-export HandleExt trait and NoHashBuilder