Algorithm to determine overlaps between spherical ellipses.
|
|
před 3 roky | |
|---|---|---|
| README.md | před 3 roky | |
| contact_function.py | před 3 roky | |
| overlap_algorithm.c | před 3 roky | |
| packing_simulation.py | před 3 roky |
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.