add out put in tests
parent
7640a21224
commit
fc79f5e9df
|
@ -2,4 +2,5 @@ import numpy as np
|
|||
import openGJKpy as opengjk
|
||||
a = np.array([[1.,1.,1.],[1.,1.,1.]])
|
||||
b = np.array([[11.,1.,1.],[1.,1.,1.]])
|
||||
d = opengjk.pygjk(a,b)
|
||||
d = opengjk.pygjk(a,b)
|
||||
print(d)
|
Loading…
Reference in New Issue