项目作者: ravi-prakash1907

项目描述 :
Introduction to the important algorithms og Computer Graphics
高级语言: C++
项目地址: git://github.com/ravi-prakash1907/Computer-Graphics.git
创建时间: 2020-01-14T14:52:36Z
项目社区:https://github.com/ravi-prakash1907/Computer-Graphics

开源协议:GNU General Public License v3.0

下载


Computer-Graphics

This repository includes the programming implementations of various algorithms of Computer Graphics.These algorithms are few of the most treditional algos. used/taught in this field.

Understanding these algorithms develops one’s interest into the field of Computer Graphics.


Practical List


Types of Algorithms

I’ve included the following types of algorithms’ implementation herein this repository:

  • Line Drawing
  • Line Clipping
  • Circle Drawing
  • Curve Tracing
  • 2D & 3D Transformation
    • Scaling
    • Translating
    • Shearing
    • Reflecting
    • Rotating

I’ve designed the separate programs to implement these algorithms in C++ language, which is well known for OOPs.

To explore these algorithms even further, please visit C++ Programms.


This is also repo. to hold the practicals of the same subject, as per the prescription of the syllabus of B.Sc. (Hons.) Computer Science, University of Delhi.