Would like to implement a Gift-Wrapping algorithm for 3D convex hull computation, as described in O'Rourke 4.2.1. This is an $O(nF)$ algorithm for $F$ faces and is thus an output-size sensitive quadratic algorithm.
The details in O'Rourke are very sparse, so may find these resources helpful:
Would like to implement a Gift-Wrapping algorithm for 3D convex hull computation, as described in O'Rourke 4.2.1. This is an$O(nF)$ algorithm for $F$ faces and is thus an output-size sensitive quadratic algorithm.
The details in O'Rourke are very sparse, so may find these resources helpful: