dashboard
repositories
filestore
activity
search
login
main
/
trisurf-ng
Trisurf Monte Carlo simulator
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
The vertex is complete... Bond is in first version.
Samo Penic
2010-11-28
a10dd5c18fbf0b6d5746827f7a9ebfc078563d4a
[trisurf-ng.git]
/
src
/
vesicle.h
1
2
3
4
5
6
7
8
9
#ifndef _VESICLE_H
#define _VESICLE_H
ts_bool vesicle_translate(ts_vesicle *vesicle,ts_double x, ts_double y, ts_double z);
ts_bool vesicle_free(ts_vesicle *vesicle);
#endif