Algorithm to determine overlaps between spherical ellipses.
gnidovec 5af2243fd0 readme update | vor 2 Jahren | |
---|---|---|
README.md | vor 2 Jahren | |
contact_function.py | vor 2 Jahren | |
overlap_algorithm.c | vor 2 Jahren | |
packing_simulation.py | vor 2 Jahren |
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.