#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <pathutil.h>
#include <tri.h>
Include dependency graph for triang.c:
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 dpd_triangle | ltriangle_t |
Functions | |
void | Ptriangulate (Ppoly_t *polygon, void(*fn)(void *, Ppoint_t *), void *vc) |
typedef struct dpd_triangle ltriangle_t |