Laboratory exercises for the Interactive Computer Graphics course at FER, University of Zagreb (2016/2017).
Link to a course site: http://www.fer.unizg.hr/en/course/icg
- written in Python
- basic vector and matrix operations
- written in C++
- implementation of Bresenham's line algorithm
- written in C++
- drawing and filling a convex polygon
- checking if a dot is inside the polygon
- written in C++
- drawing figures described in the .obj files
- checking if a dot is inside the figure