Algorithm to determine overlaps between spherical ellipses.

gnidovec 4992059aff improved docstring info 2 gadi atpakaļ
README.md 5af2243fd0 readme update 2 gadi atpakaļ
contact_function.py 4992059aff improved docstring info 2 gadi atpakaļ
overlap_algorithm.c 431833a752 removed few redundant lines 2 gadi atpakaļ
packing_simulation.py 9cc5f4b07a first commit 2 gadi atpakaļ

README.md

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.