MattiaMontanari / openGJK

Fast and reliable implementation of the Gilbert-Johnson-Keerthi (GJK) algorithm for C, C#, Go, Matlab and Python
https://www.mattiamontanari.com/opengjk/
GNU General Public License v3.0
135 stars 37 forks source link

Add Python3 interface and test #8

Closed chrisrichardson closed 4 years ago

chrisrichardson commented 4 years ago

https://github.com/chrisrichardson/openGJK/actions/runs/95200844

MattiaMontanari commented 4 years ago

There is a bug somewhere in the code dealing with certain pairs of triangles. I'm looking at it now