Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 840 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 840 Bytes

Geometric Modelling: Curves & Surfaces

Implementations of fundamental 2D and 3D curve and surface geometric modelling algorithms. This was part of graduate level coursework in a Computer Graphics Class (CS 536) taught at Drexel University in Fall, 2016.

Algorithms

The following algorithms are implemented:

Notes

  • The README in each of the above subdirs details source code as well as instructions pertaining to compiling and running code
  • All code is implemented in C++ (.cpp) and output graphs are rendered in open-inventor (.iv)