Merge branch '281-continuous-walls' into 'develop'
A first working version of cutting big walls. - Doors "on" walls or "nearly on" walls are considered. Walls are then split and the overlapping part is removed: x----o---o---x becomes x----o o---x - Big walls are removed. Big walls are any walls that intersect other walls, crossing or transitions at a point different than their endpoint. - in Utest we have some working unit tests for the function correct(). Other cases where the function fails may exist. In this case, we have to add more unit tests and fix it if possible. Closes #281 See merge request !36
Showing
This diff is collapsed.