|
Graphviz
2.41.20171026.1811
|
#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 |
Macros | |
| #define | ISCCW 1 |
| #define | ISCW 2 |
| #define | ISON 3 |
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, and Ppoly_t::ps.
1.8.5