dashboard
repositories
filestore
activity
search
login
main
/
trisurf-ng
Trisurf Monte Carlo simulator
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
It works, png is output. The only problem is that some triangles are missing
Samo Penic
2014-06-13
a61c001cd35ff70a314ef417c4beda9c7e68d3ad
[trisurf-ng.git]
/
src
/
cross-section.h
1
2
3
4
5
#ifndef _H_CROSS_SECTION
#define _H_CROSS_SECTION
ts_coord_list *get_crossection_with_plane(ts_vesicle *vesicle,ts_double a,ts_double b,ts_double c, ts_double d);
ts_bool crossection_to_png(ts_coord_list *pts, char *filename);
#endif