2013-12-09

Practice Final Problem #4.

Sean Papay
David Hsu


Where would the point (8, 4, -2, 1) project to in normalized coordinates assuming the film plane was at ze=-1?


First, we obtain our clip coordinates by multiplying out eye coordinates by the projection matrix. Then, to obtain normalized coordinates from out clip coordinates, we divide xc and yc by wc.

Sean Papay<br>David Hsu<br><br><br>Where would the point (8, 4, -2, 1) project to in normalized coordinates assuming the film plane was at ze=-1?<br><br><br>First, we obtain our clip coordinates by multiplying out eye coordinates by the projection matrix. Then, to obtain normalized coordinates from out clip coordinates, we divide xc and yc by wc.<br><br>
X