First time here? Checkout the FAQ!
x
menu search
brightness_auto
more_vert
Computer Graphics programs
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike

1 Answer

more_vert
 
verified
Best answer

DDA Line Program
https://quesnit.in/598/implement-algorithm-drawing-segment

To implement Bresenham's Line Drawing Algorithm
https://quesnit.in/600/program-implement-bresenhams-algorithm

To implement Midpoint circle
https://quesnit.in/602/program-implement-midpoint-circle

To implement area filling (flood fill)
https://quesnit.in/604/write-program-implement-filling-flood

To implement bit map method for given character Genration

https://quesnit.in/606/program-implement-character-genration

To apply Basic 2D Transformation(Translation , rotation , Scaling

https://quesnit.in/608/transformation-translation-rotation

To implement Cohen sutherland Line Clipping Algorithm

https://quesnit.in/610/implement-sutherland-clipping-algorithm

To implement Bezier Curve

https://quesnit.in/612/write-program-implement-bezier-curve

To implement Fractal Genration (koch Curve)

https://quesnit.in/614/program-implement-fractal-genration

To implement program for projection of 3d object on projection Plane

https://quesnit.in/616/program-implement-projection-projection

thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
...