CSCI 480/580 Lecture 10 - In-Class Problems

  1. A point in the plane of a triangle defined by 3D vertices , , has barycentric coordinates and .

    1. What is its coordinate?
    2. Is it inside the triangle ?
    3. Suppose = , = , and = . What are the cartesian coordinates of ?
  2. Consider the triangle depicted below. Give the barycentric coordinates of each of the labeled points , , , .

    p10_bary

  1. The intersection between a ray and a triangle can be found by equating the parametric equation for the ray with the barycentric representation of the plane. Set these equal and derive a method to solve for the intersection point.