| 4073 | } |
| 4074 | |
| 4075 | void unmatchSurfaces(std::vector<Space>& spaces) { |
| 4076 | for (Space& space : spaces) { |
| 4077 | space.unmatchSurfaces(); |
| 4078 | } |
| 4079 | } |
| 4080 | |
| 4081 | std::vector<std::vector<Point3d>> generateSkylightPattern(const std::vector<Space>& spaces, double directionOfRelativeNorth, |
| 4082 | double skylightToProjectedFloorRatio, double desiredWidth, double desiredHeight) { |
nothing calls this directly
no test coverage detected