#include "optimize.h"Include dependency graph for optimize.c:

Functions | |
| int | __hemi_tri_has_verts (hemi_opt_tri_t *t, int v1, int v2, int v3) |
| int | __hemi_nn (hemi_opt_tri_t *t) |
| hemi_opt_tri_t * | __hemi_next_tri (hemi_opt_tri_t *tri, int vlast, int vsec, int *swap, int *vnext) |
| int | __hemi_fewest_neighbors (hemi_opt_tri_t *t, int n) |
| hemi_opt_tri_t * | __hemi_pick_next (hemi_opt_tri_t *t) |
| int | hemi_stripify_mesh (hemi_mesh_t *mesh) |
| int __hemi_fewest_neighbors | ( | hemi_opt_tri_t * | t, | |
| int | n | |||
| ) |
| hemi_opt_tri_t* __hemi_next_tri | ( | hemi_opt_tri_t * | tri, | |
| int | vlast, | |||
| int | vsec, | |||
| int * | swap, | |||
| int * | vnext | |||
| ) |
| int __hemi_nn | ( | hemi_opt_tri_t * | t | ) |
| hemi_opt_tri_t* __hemi_pick_next | ( | hemi_opt_tri_t * | t | ) |
| int __hemi_tri_has_verts | ( | hemi_opt_tri_t * | t, | |
| int | v1, | |||
| int | v2, | |||
| int | v3 | |||
| ) |
| int hemi_stripify_mesh | ( | hemi_mesh_t * | mesh | ) |
1.4.7