update description

This commit is contained in:
Sébastien Loriot 2015-05-15 10:19:10 +02:00
parent 46c2727ea9
commit 8c3f8a9e8e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include <limits>
#include <CGAL/number_utils.h>
// Taken from http://www.qhull.org/html/qhalf.htm
// Description taken from http://www.qhull.org/html/qhalf.htm
// If you do not know an interior point for the halfspaces, use linear programming
// to find one. Assume, n halfspaces defined by: aj*x1+bj*x2+cj*x3+dj>=0, j=1..n.