From: Ben S. <bs...@vr...> - 2002-06-16 01:36:29
|
On Sat, 15 Jun 2002, Josh Brown wrote: > Does stl have and tree type data structures implemented? Not directly. Some of the containers - set and map I believe - are implemented as a Red-Black tree, but I don't believe they're publicly exposed. > And in our obj. collision system is it possible to ask the system if two > objects would collide? > Josh Not directly. ;) Do you need this functionality?? I could add it in ... cheers, ----- Ben Scott Research Assistant VRAC bs...@ia... |