Search found 2 matches
- Tue Jun 25, 2013 8:34 pm
- Forum: Questions and Help
- Topic: ConvexShape point testing
- Replies: 2
- Views: 2831
Re: ConvexShape point testing
Thank you.
- Tue Jun 25, 2013 7:02 pm
- Forum: Questions and Help
- Topic: ConvexShape point testing
- Replies: 2
- Views: 2831
ConvexShape point testing
I am attempting to find out if a point lies inside or outside of a given ConvexShape, however I can't seem to find a good method for doing it. A few methods I can think of but can't find a good test case: A RayTest from inside the shape, if that test returns true if it is inside (length of zero woul...