require 'honey.std' return function(db, self, other, point) local tbl = ode.ContactGeomTable(point) print(tbl.pos, tbl.normal, tbl.depth, tbl.g1, tbl.g2) end