Payne325 / point-gen

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

Generate points on plane #5

Closed Payne325 closed 4 years ago

Payne325 commented 4 years ago

Can now generate random points on a plane within a specified radius from the plane's defining point. Unit tests added. Project restructured so that all production code lives in a directory called 'src', and all test code lives in 'test'. Instructions for how to run all unit tests added to read me. Is one of the enhancements requested in issue #2