[][src]Module nphysics3d::utils::union_find

The union find algorithm.

Structs

UnionFindSet

An element used by the union-find algorithm.

Functions

find

Performs the find part of the union-find algorithm.

union

Performs the union part of the union-find algorithm.