CG/README.md
2023-11-23 12:27:48 +05:30

2.6 KiB

CG

This repository contains notes and codes for Computer Graphics.


Index

Lab Notes CGL

  1. Koch and Snowflake Algorithms

Lab Manual

Codes

Digital Differential Analyzer (DDA)

Digital Differential Analyzer (DDA) is a line-drawing algorithm for digital displays, using incremental calculations to plot points between endpoints.

  1. Line
  2. Triangle
  3. Circle

Cohen-Sutherland

  1. Cohen-Sutherland (Using Inbuilt Function)
  2. Cohen-Sutherland (Using DDA Line Drawing Algorithm)

Transformation

  1. Translation, scaling, rotation

Curves

  1. Hilbert's Curve
  2. Koch Curve
  3. Snowflake Curve

Notes

  1. Unit 1 - Graphics Primitives and Scan Conversion Algorithms
  2. Unit 2 - Polygon, Windowing and Clipping
  3. Unit 3 - 2D, 3D Transformations and Projections
  4. Unit 5 - Curves and Fractals

Question Papers

  1. IN-SEM
  2. END-SEM

Maintained by: