/FER.InteractiveComputerGraphics

Laboratory exercises for the Interactive Computer Graphics course at FER, University of Zagreb (2016/2017).

Primary LanguageC++MIT LicenseMIT

FER.InteractiveComputerGraphics

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

1st laboratory exercise

  • written in Python
  • basic vector and matrix operations

2nd laboratory exercise

  • written in C++
  • implementation of Bresenham's line algorithm

3rd laboratory exercise

  • written in C++
  • drawing and filling a convex polygon
  • checking if a dot is inside the polygon

4th laboratory exercise

  • written in C++
  • drawing figures described in the .obj files
  • checking if a dot is inside the figure