InterviewSolution
Saved Bookmarks
| 1. |
This algorithm uses the ____________ equations for a line and solves four inequalities.(a) linear(b) quadratic(c) cubic(d) parametricThis question was addressed to me in homework.This interesting question is from Liang-Barsky Line Clipping topic in section 2D Transformation and Viewing of Computer Graphics |
|
Answer» CORRECT answer is (d) PARAMETRIC Explanation: This ALGORITHM uses the parametric equations for a LINE and solves FOUR inequalities to find the range of the parameter for which the line is in the viewport. |
|