Payne325 / point-gen

Generates point sets for 3D shapes.
GNU General Public License v3.0
1 stars 0 forks source link

Point generators should share a single definition of exception #9

Open Payne325 opened 3 years ago

Payne325 commented 3 years ago

The PointGenerationException is redefined in every generator. This should be tidied up so that the classes share a single definition.