changeset 65 | 76514757b0d6 |
parent 54 | c064ce9f40f5 |
child 77 | 49e0babccb23 |
64:993b97c4ad2d | 65:76514757b0d6 |
---|---|
1 /** |
1 /** |
2 * test/demos/pmc/rectangle.cc |
2 * test/demos/pmc/rectangle.cc |
3 * Copyright (C) 2008 Markus Broeker |
3 * Copyright (C) 2008 Markus Broeker |
4 */ |
4 */ |
5 |
5 |
6 #include <rectangle.h> |
6 #include <rectangle.hpp> |
7 #include <cstdio> |
7 #include <cstdio> |
8 |
8 |
9 using namespace algebra; |
9 using namespace algebra; |
10 |
10 |
11 Rectangle::Rectangle (Surface * s) |
11 Rectangle::Rectangle (Surface * s) |