Convex hull calculation would "cap" line segments with the first point. Besides causing a buffer overflow when passing in two points, it's not needed as matching first/last ends aren't expected to be set by this function.
Convex hull calculation would "cap" line segments with the first point. Besides causing a buffer overflow when passing in two points, it's not needed as matching first/last ends aren't expected to be set by this function.