InterviewSolution
Saved Bookmarks
| 1. |
Liang Barsky algorithm can be used to clip 3-D lines.(a) True(b) FalseI got this question in an online quiz.The doubt is from Liang-Barsky Line Clipping in division 2D Transformation and Viewing of Computer Graphics |
|
Answer» RIGHT choice is (a) True Best explanation: Liang Barsky ALGORITHM can be used for 1-D LINES, 2-D lines, and 3-D LINE clipping. This algorithm can be used for line clipping of 4-D lines too. |
|