#include "libqhull.h"
#include "random.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 (int exitcode) |
|
void | qh_fprintf_rbox (FILE *fp, int msgcode, const char *fmt,...) |
|
void | qh_free (void *mem) |
|
void * | qh_malloc (size_t size) |
|
void | qh_out1 (double a) |
|
void | qh_out2n (double a, double b) |
|
void | qh_out3n (double a, double b, double c) |
|
void | qh_outcoincident (int coincidentpoints, double radius, int iscdd, double *coord, int dim) |
|
void | qh_outcoord (int iscdd, double *coord, int dim) |
|
int | qh_rand (void) |
|
int | qh_rboxpoints (FILE *fout, FILE *ferr, char *rbox_command) |
|
int | qh_roundi (double a) |
|
void | qh_srand (int seed) |
|
◆ MAXdim
◆ PI
#define PI 3.1415926535897932384 |
◆ rboxT
◆ qh_errexit_rbox()
void qh_errexit_rbox |
( |
int |
exitcode | ) |
|
◆ qh_fprintf_rbox()
void qh_fprintf_rbox |
( |
FILE * |
fp, |
|
|
int |
msgcode, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ qh_free()
void qh_free |
( |
void * |
mem | ) |
|
◆ qh_malloc()
void* qh_malloc |
( |
size_t |
size | ) |
|
◆ qh_out1()
◆ qh_out2n()
void qh_out2n |
( |
double |
a, |
|
|
double |
b |
|
) |
| |
◆ qh_out3n()
void qh_out3n |
( |
double |
a, |
|
|
double |
b, |
|
|
double |
c |
|
) |
| |
◆ qh_outcoincident()
void qh_outcoincident |
( |
int |
coincidentpoints, |
|
|
double |
radius, |
|
|
int |
iscdd, |
|
|
double * |
coord, |
|
|
int |
dim |
|
) |
| |
◆ qh_outcoord()
void qh_outcoord |
( |
int |
iscdd, |
|
|
double * |
coord, |
|
|
int |
dim |
|
) |
| |
◆ qh_rand()
◆ qh_rboxpoints()
int qh_rboxpoints |
( |
FILE * |
fout, |
|
|
FILE * |
ferr, |
|
|
char * |
rbox_command |
|
) |
| |
◆ qh_roundi()
int qh_roundi |
( |
double |
a | ) |
|
◆ qh_srand()
void qh_srand |
( |
int |
seed | ) |
|
◆ rbox
◆ rbox_inuse