|
Graphviz
2.29.20120524.0446
|
#include <stdio.h>#include <math.h>#include <stdlib.h>#include <setjmp.h>#include "pathutil.h"#include "tri.h"
Go to the source code of this file.
Data Structures | |
| struct | lvertex_2_t |
| struct | dpd_triangle |
Defines | |
| #define | ISCCW 1 |
| #define | ISCW 2 |
| #define | ISON 3 |
| #define | TRUE 1 |
| #define | FALSE 0 |
Typedefs | |
| typedef struct lvertex_2_t | lvertex_2_t |
| typedef struct dpd_triangle | ltriangle_t |
Functions | |
| int | Ptriangulate (Ppoly_t *polygon, void(*fn)(void *, Ppoint_t *), void *vc) |
| typedef struct dpd_triangle ltriangle_t |
| typedef struct lvertex_2_t lvertex_2_t |
Definition at line 62 of file triang.c.
References Ppoly_t::pn, malloc(), Ppoly_t::ps, and free().
1.7.5