注册
登录
ECN
>>
task_cg_2020
>>
返回
项目作者:
allanalves23
项目描述 :
Unicarioca 2020.1 CG tasks
高级语言:
C
项目主页:
项目地址:
git://github.com/allanalves23/task_cg_2020.git
创建时间:
2020-03-24T03:09:10Z
项目社区:
https://github.com/allanalves23/task_cg_2020
开源协议:
下载
Unicarioca 2020.1 CG tasks
Some algorithms completed to university activities.
straight_segment.c
- Algorithm to generate a straight segment line using the straight equation on a matrix device.
mid_point_straight_segment.c
- The version of
Mid Point line algorithm
of
Bresenham algorithm
to generate a straight segment on a matrix device.