Algorithm to determine overlaps between spherical ellipses.
gnidovec 4992059aff improved docstring info | пре 2 година | |
---|---|---|
README.md | пре 2 година | |
contact_function.py | пре 2 година | |
overlap_algorithm.c | пре 2 година | |
packing_simulation.py | пре 2 година |
Algorithm to calculate overlaps between two spherical ellipses.
Python files contain an interface for C functions in overlap_algorithm.c. This file should first be compiled to a shared library overlap_algorithm.so to make this interface work.