#include "qhull_ra.h"
Go to the source code of this file.
Functions | |
void | qh_backnormal (qhT *qh, realT **rows, int numrow, int numcol, boolT sign, coordT *normal, boolT *nearzero) |
void | qh_distplane (qhT *qh, pointT *point, facetT *facet, realT *dist) |
facetT * | qh_findbest (qhT *qh, pointT *point, facetT *startfacet, boolT bestoutside, boolT isnewfacets, boolT noupper, realT *dist, boolT *isoutside, int *numpart) |
facetT * | qh_findbesthorizon (qhT *qh, boolT ischeckmax, pointT *point, facetT *startfacet, boolT noupper, realT *bestdist, int *numpart) |
facetT * | qh_findbestnew (qhT *qh, pointT *point, facetT *startfacet, realT *dist, boolT bestoutside, boolT *isoutside, int *numpart) |
void | qh_gausselim (qhT *qh, realT **rows, int numrow, int numcol, boolT *sign, boolT *nearzero) |
realT | qh_getangle (qhT *qh, pointT *vect1, pointT *vect2) |
pointT * | qh_getcenter (qhT *qh, setT *vertices) |
pointT * | qh_getcentrum (qhT *qh, facetT *facet) |
realT | qh_getdistance (qhT *qh, facetT *facet, facetT *neighbor, realT *mindist, realT *maxdist) |
void | qh_normalize (qhT *qh, coordT *normal, int dim, boolT toporient) |
void | qh_normalize2 (qhT *qh, coordT *normal, int dim, boolT toporient, realT *minnorm, boolT *ismin) |
pointT * | qh_projectpoint (qhT *qh, pointT *point, facetT *facet, realT dist) |
void | qh_setfacetplane (qhT *qh, facetT *facet) |
void | qh_sethyperplane_det (qhT *qh, int dim, coordT **rows, coordT *point0, boolT toporient, coordT *normal, realT *offset, boolT *nearzero) |
void | qh_sethyperplane_gauss (qhT *qh, int dim, coordT **rows, pointT *point0, boolT toporient, coordT *normal, coordT *offset, boolT *nearzero) |