in reply to Re: Re: Re: Re: OT: point inside polyhedron test
in thread OT: point inside polyhedron test

You're right, and we mustn't forget anther nasty case:
  

  @=======*=====>
         / \
        /   \
       /_____\

Here, we want to count the end-point twice! Endpoints are nasty. If you intersect one, you need to be careful. --Dave
  • Comment on Re: Re: Re: Re: Re: OT: point inside polyhedron test