jlopezbi / rhinoUnfolder

unwrap meshes in rhino!
GNU General Public License v3.0
8 stars 2 forks source link

ugly MST algorithm #10

Open jlopezbi opened 11 years ago

jlopezbi commented 11 years ago

need to rewite kruskal's algorithm using union-find method. Curent method is ugly and hard to understand.