Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

line.c

Blame
    • opgrsankkar's avatar
      f7f6480e
      initial commit · f7f6480e
      opgrsankkar authored
      Implemented two line drawing algorithms
       - BLD - Bresenham Line drawing algorithm (for |m| < 1)
       - DDA - Digital Differential Analyser algorithm
      
      Changes to be committed:
      new file:   .gitignore
      new file:   line.c
      f7f6480e
      History
      initial commit
      opgrsankkar authored
      Implemented two line drawing algorithms
       - BLD - Bresenham Line drawing algorithm (for |m| < 1)
       - DDA - Digital Differential Analyser algorithm
      
      Changes to be committed:
      new file:   .gitignore
      new file:   line.c