Recent content by eXt

  1. E

    Is a Point Inside a Triangle? Testing for Inclusion on a 2D Plane

    The sum of a and b shoud not exceed 1?
  2. E

    Is a Point Inside a Triangle? Testing for Inclusion on a 2D Plane

    I'm not exactly sure I understand it, could you draw a nice little image to visualize it?
  3. E

    Is a Point Inside a Triangle? Testing for Inclusion on a 2D Plane

    What I'm trying to accomplish is to find if a point is within a geometric room consisting of several triangles. I am going to use Jordans curve theorem to find if it is so what I do is the following: 1) Cast a ray from the point (in an arbitrary direction) agains each plane the triangles are in...
  4. E

    Is a Point Inside a Triangle? Testing for Inclusion on a 2D Plane

    Hi, how do I test if a point is inside a triangle? The point is assumed to be in the triangle's plane.
Back
Top