6 Problems for Sample Exam - Computer Graphics | ECS 175, Exams of Computer Graphics

Material Type: Exam; Professor: Joy; Class: Computer Graphics; Subject: Engineering Computer Science; University: University of California - Davis; Term: Unknown 1989;

Typology: Exams

Pre 2010

Uploaded on 08/18/2009

koofers-user-8tc
koofers-user-8tc 🇺🇸

5

(2)

10 documents

1 / 6

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
ECS 175 – Computer Graphics
Sample Examination
NAME ____________________________________________________________________
Directions:
All answers are to be written on the paper provided. Do all problems.
Problems:
1. What values are necessary to specify a plane in 3-dimensional space? Given a point P,
how do I determine if P is a point on a given plane?
pf3
pf4
pf5

Partial preview of the text

Download 6 Problems for Sample Exam - Computer Graphics | ECS 175 and more Exams Computer Graphics in PDF only on Docsity!

ECS 175 – Computer Graphics

Sample Examination

NAME ____________________________________________________________________

Directions: All answers are to be written on the paper provided. Do all problems. Problems:

  1. What values are necessary to specify a plane in 3-dimensional space? Given a point P, how do I determine if P is a point on a given plane?
  1. What is Gouraud Shading?
  1. Given the points (0,0), (0,1), (3,3), and (4,3), let P(t) be the Bezier curve defined by these control points. What is P(.5)? Explain how you obtained your answer.
  1. Given two polygons A and B. Outline a procedure that will determine if these polygons intersect.