worked on floorplan (v2)

worked on grid-generation (v2)
new helper methods for geometry
new test cases
This commit is contained in:
2016-07-13 19:11:18 +02:00
parent cc21cbb0ea
commit 34e52cd7f0
26 changed files with 2083 additions and 272 deletions

4
api/DummyAPI.h Normal file
View File

@@ -0,0 +1,4 @@
#ifndef DUMMYAPI_H
#define DUMMYAPI_H
#endif // DUMMYAPI_H

4
api/api.h Normal file
View File

@@ -0,0 +1,4 @@
#ifndef API_H
#define API_H
#endif // API_H