Skip to content
Snippets Groups Projects
Select Git revision
  • f7f6480eed6d9af16b74a63a0e513a38be424971
  • master default protected
2 results

.gitignore

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
    .gitignore 16 B
    a.out
    .vscode/*