#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <assert.h>
Go to the source code of this file.
Classes |
class | tetgenio |
struct | tetgenio::polygon |
struct | tetgenio::facet |
struct | tetgenio::pbcgroup |
class | tetgenbehavior |
class | tetgenmesh |
class | tetgenmesh::triface |
class | tetgenmesh::face |
struct | tetgenmesh::badface |
struct | tetgenmesh::pbcdata |
class | tetgenmesh::list |
class | tetgenmesh::memorypool |
class | tetgenmesh::link |
class | tetgenmesh::queue |
Defines |
#define | REAL double |
Functions |
REAL | exactinit () |
REAL | orient3d (REAL *pa, REAL *pb, REAL *pc, REAL *pd) |
REAL | insphere (REAL *pa, REAL *pb, REAL *pc, REAL *pd, REAL *pe) |
void | tetrahedralize (tetgenbehavior *b, tetgenio *in, tetgenio *out) |
void | tetrahedralize (char *switches, tetgenio *in, tetgenio *out) |
Define Documentation
Function Documentation
REAL insphere |
( |
REAL * |
pa, |
|
|
REAL * |
pb, |
|
|
REAL * |
pc, |
|
|
REAL * |
pd, |
|
|
REAL * |
pe | |
|
) |
| | |
REAL orient3d |
( |
REAL * |
pa, |
|
|
REAL * |
pb, |
|
|
REAL * |
pc, |
|
|
REAL * |
pd | |
|
) |
| | |