Would like to implement an incremental algorithm for 3D convex hull computation, as described in O'Rourke 4.2.4. This will be an $O(n^2)$ algorithm.
Would like to implement an incremental algorithm for 3D convex hull computation, as described in O'Rourke 4.2.4. This will be an$O(n^2)$ algorithm.