Skip to main content

vertex_connected_components

Function vertex_connected_components 

Source
pub fn vertex_connected_components(mesh: &MeshStorage) -> Vec<Vec<VertexId>>
Expand description

返回所有顶点连通分量(两个顶点连通当且仅当它们是一条边的两端点)。