From dac2e5020dc34c236b741ff5c4591244e73f56f2 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo@andromeda> Date: Tue, 28 Dec 2010 23:48:08 +0000 Subject: [PATCH] Rewrite of frame is complete. --- src/vertex.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/vertex.h b/src/vertex.h index 152fc0d..0d0c27c 100644 --- a/src/vertex.h +++ b/src/vertex.h @@ -22,4 +22,14 @@ ts_bool vtx_data_free(ts_vertex_data *data); ts_bool vtx_free(ts_vertex *vtx); ts_bool vtx_list_free(ts_vertex_list *vlist); +inline ts_double vtx_distance_sq(ts_vertex *vtx1, ts_vertex *vtx2); +ts_bool vtx_set_global_values(ts_vesicle *vesicle); +inline ts_double vtx_direct(ts_vertex *vtx1, ts_vertex *vtx2, ts_vertex *vtx3); +inline ts_bool vertex_add_tristar(ts_vertex *vtx, ts_triangle *tristarmem); + +ts_bool vtx_copy(ts_vertex *cvtx,ts_vertex *ovtx); +ts_bool vtx_duplicate(ts_vertex *cvtx, ts_vertex *ovtx); +ts_vertex **vtx_neigh_copy(ts_vertex_list *vlist,ts_vertex *ovtx); +ts_vertex_list *vertex_list_copy(ts_vertex_list *ovlist); + #endif -- Gitblit v1.9.3