This repository contains implementations, notebooks, and visualizations created as part of the Computational Geometry course at the Faculty of Computer Science, AGH University of Krakow. The project ...
An introduction to the use of computers for symbolic mathematical computation, involving traditional mathematical computations such as solving linear equations (exactly), analytic differentiation and ...
I'm taking a computational geometry course this semester, and I'm gonna practice it by implementing a bunch of algorithms (triangulation, convex hull, etc.) as GLM functionality and sending a PR. I ...