Defines solution to the Convex Hull problem that relies on a Brute Force n^4
algorithm to check each potential triangle and removes points that fall within
the triangle.
Provided as "straw man" implementation to show the efficiency of ConvexHullScan.