Advertisement
KYRALEKOS

COMPUTER_GRAPHICS

Apr 14th, 2020
776
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. PAGE 154 CHAPTER 4.9
  2.  
  3. https://books.google.gr/books?id=NKONAgAAQBAJ&pg=PA157&lpg=PA157&dq=arbitrary+lines+drawing+generator+computer+graphics&source=bl&ots=A7GOYRdu47&sig=ACfU3U2u9ja_dcbqjrzzoQ9zQckYk7m-mw&hl=el&sa=X&ved=2ahUKEwja5qS97dHoAhWqQEEAHcPpBDUQ6AEwAHoECAkQLA#v=onepage&q=arbitrary%20lines%20drawing%20generator%20computer%20graphics&f=false
  4.  
  5.  
  6.  
  7.  
  8. LINE GENERATION ALGORITHM-Bresenham’s Line Generation
  9.  
  10. https://www.tutorialspoint.com/computer_graphics/line_generation_algorithm.htm
  11.  
  12.  
  13.  
  14. LB IMPLEMENTATION
  15. https://www.coursehero.com/file/p70lq1oe/The-Liang-Barsky-algorithm-is-more-efficient-than-the-Cohen-Sutherland/
  16.  
  17. https://www.geeksforgeeks.org/liang-barsky-algorithm/
  18.  
  19.  
  20.  
  21. CS IMPLEMENTATION
  22. https://www.geeksforgeeks.org/line-clipping-set-1-cohen-sutherland-algorithm/
  23.  
  24. https://iq.opengenus.org/cohen-sutherland-line-clipping-algorithm/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement