Polygon-ray intersections
Two steps:
intersect with the plane of the polygon
check if the intersection point is inside the polygon
We know how to compute intersections with the plane (see prev. lecture). Let q=[qx,qy,qz] be the intersection point.
q
Previous slide
Next slide
Back to first slide
View graphic version