Expand description
Analysis algorithms for room connectivity and graph theory
Re-exports§
pub use delaunay::connect_rooms;pub use delaunay::DelaunayTriangulation;pub use delaunay::Edge;pub use delaunay::Point;pub use delaunay::Triangle;pub use graph::analyze_room_connectivity;pub use graph::Graph;pub use graph::GraphAnalysis;