Pascal Lais 7210a94995 Convert sweep module and class to algorithm
Since an algorithm can use more than one sweep, the sweep class doesn't
fit very good as it is right now. For this reasen it got converted to a
more general class named algorithm, that shall be used as parent for
every individual algorithm. The exact behaviour of the algorithm is
then defined in the child classes.
2020-03-09 17:41:37 +01:00
2020-03-09 09:47:03 +01:00
2020-03-09 07:49:10 +01:00
2020-03-07 08:39:25 +01:00

computational-geometry-visu

A visualization tool for computational geometry algorithms written in python. The purpose of this project was to learn programming GUI's in python.

Description
A visualization tool for computational geometry algorithms written in python. The purpose of this project was to learn programming GUI's in python.
Readme 58 KiB
Languages
Python 100%