Ode.dCollide(SWIGTYPE_p_dGeomID o1,SWIGTYPE_p_dGeomID o2,int flags,dContactGeom contact,int skip);
I would like to use this function to get the distance between the start point of a GeomRay and the Geom it contacts with.
How should I set the parameter flags and skip? I don’t know the size of dContactGeom object.
Thanks!