[ODE] dHashSpace and the new odecpp_collision.h

Markus Jarvinen markus.jarvinen at pp2.inet.fi
Thu Jan 2 09:21:01 2003


On Thu, Jan 02, 2003 at 10:49:56AM -0500, Martin C. Martin wrote:
> My version of the constructor looks like this:
> 
>   dHashSpace ()
>     { _id = dHashSpaceCreate(); }
> 
> It's not the latest CVS version, but I can't see why the latest would be
> different than the above.

Well, the latest CVS version of the constructor looks like this:

  dHashSpace (dSpaceID space)
      { _id = (dGeomID) dHashSpaceCreate (space); }

Anyway, a new release version would be nice, since there are quite a lot
of changes. :)

-- 
Markus Järvinen
markus.jarvinen@pp2.inet.fi
http://personal.inet.fi/koti/mj/