#include "split.h"
#include "structures.h"
#include "callcpp.h"
Functions | |
makestructure (newsplit, free_split, SPLIT) | |
void | delete_split (SPLIT *split) |
EDGEPT * | make_edgept (int x, int y, EDGEPT *next, EDGEPT *prev) |
void | remove_edgept (EDGEPT *point) |
SPLIT * | new_split (EDGEPT *point1, EDGEPT *point2) |
void | print_split (SPLIT *split) |
void | split_outline (EDGEPT *join_point1, EDGEPT *join_point2) |
void | unsplit_outlines (EDGEPT *p1, EDGEPT *p2) |
Variables | |
bool | wordrec_display_splits = 0 |
void delete_split | ( | SPLIT * | split | ) |
makestructure | ( | newsplit | , | |
free_split | , | |||
SPLIT | ||||
) |
void print_split | ( | SPLIT * | split | ) |
void remove_edgept | ( | EDGEPT * | point | ) |
bool wordrec_display_splits = 0 |
"Display splits"