#include "libqhull_r.h"
#include "random_r.h"
#include <ctype.h>
#include <limits.h>
#include <math.h>
#include <setjmp.h>
#include <string.h>
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
|  | 
| #define | MAXdim   200 | 
|  | 
| #define | PI   3.1415926535897932384 | 
|  | 
|  | 
| void | qh_errexit_rbox (qhT *qh, int exitcode) | 
|  | 
| void | qh_fprintf_rbox (qhT *qh, FILE *fp, int msgcode, const char *fmt,...) | 
|  | 
| void | qh_free (void *mem) | 
|  | 
| void * | qh_malloc (size_t size) | 
|  | 
| void | qh_out1 (qhT *qh, double a) | 
|  | 
| void | qh_out2n (qhT *qh, double a, double b) | 
|  | 
| void | qh_out3n (qhT *qh, double a, double b, double c) | 
|  | 
| void | qh_outcoincident (qhT *qh, int coincidentpoints, double radius, int iscdd, double *coord, int dim) | 
|  | 
| void | qh_outcoord (qhT *qh, int iscdd, double *coord, int dim) | 
|  | 
| int | qh_rand (qhT *qh) | 
|  | 
| int | qh_rboxpoints (qhT *qh, char *rbox_command) | 
|  | 
| int | qh_roundi (qhT *qh, double a) | 
|  | 
| void | qh_srand (qhT *qh, int seed) | 
|  | 
◆ MAXdim
◆ PI
      
        
          | #define PI   3.1415926535897932384 | 
      
 
 
◆ qh_errexit_rbox()
      
        
          | void qh_errexit_rbox | ( | qhT * | qh, | 
        
          |  |  | int | exitcode | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_fprintf_rbox()
      
        
          | void qh_fprintf_rbox | ( | qhT * | qh, | 
        
          |  |  | FILE * | fp, | 
        
          |  |  | int | msgcode, | 
        
          |  |  | const char * | fmt, | 
        
          |  |  |  | ... | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_free()
      
        
          | void qh_free | ( | void * | mem | ) |  | 
      
 
 
◆ qh_malloc()
      
        
          | void* qh_malloc | ( | size_t | size | ) |  | 
      
 
 
◆ qh_out1()
      
        
          | void qh_out1 | ( | qhT * | qh, | 
        
          |  |  | double | a | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_out2n()
      
        
          | void qh_out2n | ( | qhT * | qh, | 
        
          |  |  | double | a, | 
        
          |  |  | double | b | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_out3n()
      
        
          | void qh_out3n | ( | qhT * | qh, | 
        
          |  |  | double | a, | 
        
          |  |  | double | b, | 
        
          |  |  | double | c | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_outcoincident()
      
        
          | void qh_outcoincident | ( | qhT * | qh, | 
        
          |  |  | int | coincidentpoints, | 
        
          |  |  | double | radius, | 
        
          |  |  | int | iscdd, | 
        
          |  |  | double * | coord, | 
        
          |  |  | int | dim | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_outcoord()
      
        
          | void qh_outcoord | ( | qhT * | qh, | 
        
          |  |  | int | iscdd, | 
        
          |  |  | double * | coord, | 
        
          |  |  | int | dim | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_rand()
◆ qh_rboxpoints()
      
        
          | int qh_rboxpoints | ( | qhT * | qh, | 
        
          |  |  | char * | rbox_command | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_roundi()
      
        
          | int qh_roundi | ( | qhT * | qh, | 
        
          |  |  | double | a | 
        
          |  | ) |  |  | 
      
 
 
◆ qh_srand()
      
        
          | void qh_srand | ( | qhT * | qh, | 
        
          |  |  | int | seed | 
        
          |  | ) |  |  |