Skip to content

matheusleo/42-fdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42-fdf

Bresenham's is an algorithim developed by the computer scientist Jack Elton Bresenham to put lines into a raster by deciding which pixel should be the next one based on the distance between the current pixel (xi, yi) from the possible next - that can be (xi + 1, yi) or (xi + 1, yi + 1)

About

A repo that contains all the files for the project "FdF" from 42

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors