文件名称:ComputerGraphics
文件大小:3KB
文件格式:ZIP
更新时间:2020-11-28 02:46:23
Computer Graphics
This repository contains implementation of some Algorithms based on drawing some basic shapes like a line , circle, ellipse and their transformation on the computer Screen. BGI graphics library is used to achieve generation of shapes using cpp which can only be implemented in Turbo C/C++ environment.
【文件预览】:
ComputerGraphics-master
----Ellipse.CPP(2KB)
----README.md(326B)
----DDA.CPP(821B)
----BresenhamLine.cpp(1KB)
----MidPointCircle.CPP(1KB)