Function nphysics3d::utils::union_find::find[][src]

pub fn find(x: usize, sets: &mut [UnionFindSet]) -> usize
Expand description

Performs the find part of the union-find algorithm.