hull.c: add all points found by sampling directly to the approximation
commit2827c99bde914181cc6a5205c7943de52c643770
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 15 Nov 2007 13:52:11 +0000 (15 14:52 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 21 Nov 2007 13:14:33 +0000 (21 14:14 +0100)
treee5e79c02189b37a46d2c4592eee9aab1bbbd2f26
parenta42f8b089fd6d74bc1d3f88dd8c271e0b25c7b86
hull.c: add all points found by sampling directly to the approximation

Before, we would keep these points in a separate list,
but there seems to be little or no benefit in keeping them separate.
hull.c