Trisurf Monte Carlo simulator
Samo Penic
2014-06-13 a61c001cd35ff70a314ef417c4beda9c7e68d3ad
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);
a61c00 4 ts_bool crossection_to_png(ts_coord_list *pts, char *filename);
0af0cf 5 #endif