The DDA algorithm is a faster method for calculating pixel positions than direct use of line equation using y=mx+c because (A) It eliminates floating point addition (B) It eliminates floating point multiplication (C) It eliminates rounding operation (D) None of these
Answer - B , Explanation - The DDA algorithm is a faster method for calculating pixel positions than direct use of line equation using y=mx+c because It eliminates floating point multiplication.