#include "qhull_a.h"
Functions | |
void | qh_qhull (void) |
boolT | qh_addpoint (pointT *furthest, facetT *facet, boolT checkdist) |
void | qh_build_withrestart (void) |
void | qh_buildhull (void) |
void | qh_buildtracing (pointT *furthest, facetT *facet) |
void | qh_errexit2 (int exitcode, facetT *facet, facetT *otherfacet) |
void | qh_findhorizon (pointT *point, facetT *facet, int *goodvisible, int *goodhorizon) |
pointT * | qh_nextfurthest (facetT **visible) |
void | qh_partitionall (setT *vertices, pointT *points, int numpoints) |
void | qh_partitioncoplanar (pointT *point, facetT *facet, realT *dist) |
void | qh_partitionpoint (pointT *point, facetT *facet) |
void | qh_partitionvisible (boolT allpoints, int *numoutside) |
void | qh_precision (char *reason) |
void | qh_printsummary (FILE *fp) |
boolT qh_addpoint | ( | pointT * | furthest, | |
facetT * | facet, | |||
boolT | checkdist | |||
) |
void qh_build_withrestart | ( | void | ) |
void qh_buildhull | ( | void | ) |
void qh_buildtracing | ( | pointT * | furthest, | |
facetT * | facet | |||
) |
void qh_findhorizon | ( | pointT * | point, | |
facetT * | facet, | |||
int * | goodvisible, | |||
int * | goodhorizon | |||
) |
pointT* qh_nextfurthest | ( | facetT ** | visible | ) |
void qh_partitionall | ( | setT * | vertices, | |
pointT * | points, | |||
int | numpoints | |||
) |
void qh_partitioncoplanar | ( | pointT * | point, | |
facetT * | facet, | |||
realT * | dist | |||
) |
void qh_partitionpoint | ( | pointT * | point, | |
facetT * | facet | |||
) |
void qh_partitionvisible | ( | boolT | allpoints, | |
int * | numoutside | |||
) |
void qh_precision | ( | char * | reason | ) |
void qh_printsummary | ( | FILE * | fp | ) |
void qh_qhull | ( | void | ) |