#include "random.h"
#include "libqhull.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.
Classes | |
struct | rboxT |
Defines | |
#define | MAXdim 200 |
#define | PI 3.1415926535897932384 |
Typedefs | |
typedef struct rboxT | rboxT |
Functions | |
void | out1 (double a) |
void | out2n (double a, double b) |
void | out3n (double a, double b, double c) |
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) |
int | qh_rand (void) |
int | qh_rboxpoints (FILE *fout, FILE *ferr, char *rbox_command) |
void | qh_srand (int seed) |
int | roundi (double a) |
Variables | |
rboxT | rbox |
int | rbox_inuse = 0 |
void out1 | ( | double | a | ) |
void out2n | ( | double | a, |
double | b | ||
) |
void out3n | ( | double | a, |
double | b, | ||
double | c | ||
) |
void qh_errexit_rbox | ( | int | exitcode | ) |
void qh_fprintf_rbox | ( | FILE * | fp, |
int | msgcode, | ||
const char * | fmt, | ||
... | |||
) |
Definition at line 40 of file userprintf_rbox.c.
int qh_rboxpoints | ( | FILE * | fout, |
FILE * | ferr, | ||
char * | rbox_command | ||
) |
int roundi | ( | double | a | ) |
int rbox_inuse = 0 |