Algorithm to determine overlaps between spherical ellipses.
gnidovec 4992059aff improved docstring info | před 2 roky | |
---|---|---|
README.md | před 2 roky | |
contact_function.py | před 2 roky | |
overlap_algorithm.c | před 2 roky | |
packing_simulation.py | před 2 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.