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.