in Computer Graphics recategorized by
3,572 views
3 votes
3 votes

Bresenham line drawing algorithm is attractive because it uses

  1. Real arithmetic only
  2. Integer arithmetic only
  3. Floating point arithmetic
  4. Real and integer arithmetic
in Computer Graphics recategorized by
3.6k views

2 Answers

2 votes
2 votes
Ans is B

There are two types of line drawing algorithms 1) DDA which uses floating point arithmetic hence need approximation for pixels(but algo is simple)

2)Bresenham's   line algo which uses Integer arithmetic only and hence easy to do computation (but algo is difficult)
0 votes
0 votes
Bresenham line drawing algorithm works only on integer arithmetic

Option B is correct
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true