tweakoz/orkid

submesh: faster convex hull

Closed this issue · 1 comments

use iterative algo: O(n Log(n))
instead of brute force algo: O(n^4)