Trisurf Monte Carlo simulator
Samo Penic
2014-06-15 7d62fc765adc11bbcb7db0716ac5dc19145dca80
commit | author | age
0af0cf 1 #ifndef _H_CROSS_SECTION
SP 2 #define _H_CROSS_SECTION
d27c07 3 ts_coord_list *get_crossection_with_plane(ts_vesicle *vesicle,ts_double a,ts_double b,ts_double c, ts_double d);
ad4e70 4
SP 5 ts_bool add_crosssection_point(ts_coord_list *pts,  ts_double a, ts_double b, ts_double c, ts_double d, ts_vertex *vtx1, ts_vertex *vtx2);
a61c00 6 ts_bool crossection_to_png(ts_coord_list *pts, char *filename);
ad4e70 7 ts_bool save_crossection_snapshot(ts_coord_list *pts, ts_uint timestepno);
0af0cf 8 #endif