Skip to content

Commit 1499aba

Browse files
committed
Explain wall construction
1 parent 2cae562 commit 1499aba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

external/Room.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
class Room {
3434
private:
35+
// Each wall is defined as a line with a start and end point
3536
std::vector<std::array<sycl::float2, 2>> walls;
3637

3738
public:

0 commit comments

Comments
 (0)