...
Environment
December 4, 2024
E-mail
December 5, 2024
Environment
December 4, 2024
E-mail
December 5, 2024

Computer-Graphics

Question 3
Consider a line AB with A=(0,0) and B=(8,4). Apply a simple DDA algorithm and compute the first four plots on this line.
A
[(0, 0), (1, 1), (2, 1), (3, 2)]
B
[(0, 0), (1, 1.5), (2, 2), (3, 3)]
C
[(0, 0), (1, 1), (2. 2.5), (3, 3)]
D
[(0, 0), (1, 2), (2, 2), (3, 2)]
Question 3 Explanation: 
Correct Answer: A
Question 3 Explanation: 

Leave a Reply

Your email address will not be published. Required fields are marked *