Re: [osg-users] Request: bool Polytope.contains(another_polytope)

2008-12-04 Thread Robert Osfield
Hi Jefferson, Like Gordon says, if you need the function then the thing to do is implement it and submit it. I'm not hear to take end users feature requests and then go a implement them for free. I have bucket load of work to do, working well over my forty hour week every week, with many of

Re: [osg-users] Request: bool Polytope.contains(another_polytope)

2008-12-04 Thread Jefferson Pinheiro
I understand. About my other question then, there is currently no workaround to test collision between two polytopes? I tried polytope.contains(polytope2.getReferenceVertexList()) but it doesn't seems to work either (always returning false). Any other ideas? On Thu, Dec 4, 2008 at 7:05 AM,

[osg-users] Request: bool Polytope.contains(another_polytope)

2008-12-03 Thread Jefferson Pinheiro
Hello Robert, Can you please implement a function, in class Polytope, that checks if the current polytope intersects another polytope? Or is there another way to do that, and I'm not seeing? Thanks, -- Jefferson Pinheiro ___ osg-users mailing list

Re: [osg-users] Request: bool Polytope.contains(another_polytope)

2008-12-03 Thread Tomlinson, Gordon
- Master Tambo Tetsura From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jefferson Pinheiro Sent: Wednesday, December 03, 2008 3:11 PM To: OpenSceneGraph Users Subject: [osg-users] Request: bool Polytope.contains(another_polytope) Hello Robert

Re: [osg-users] Request: bool Polytope.contains(another_polytope)

2008-12-03 Thread Jefferson Pinheiro
:* Wednesday, December 03, 2008 3:11 PM *To:* OpenSceneGraph Users *Subject:* [osg-users] Request: bool Polytope.contains(another_polytope) Hello Robert, Can you please implement a function, in class Polytope, that checks if the current polytope intersects another polytope? Or is there another