branch | pyrit |
changeset 34 | 28f6e8b9d5d1 |
parent 31 | b4e09433934a |
child 35 | fb170fccb19f |
33:83d0200d4c09 | 34:28f6e8b9d5d1 |
---|---|
1 /* |
1 /* |
2 * C++ RayTracer |
2 * Pyrit Ray Tracer |
3 * Module for Python |
|
4 * file: raytracermodule.cc |
3 * file: raytracermodule.cc |
4 * a module for Python |
|
5 * |
5 * |
6 * Radek Brich, 2006 |
6 * Radek Brich, 2006-2007 |
7 */ |
7 */ |
8 |
8 |
9 #include <Python.h> |
9 #include <Python.h> |
10 |
10 |
11 #include <vector> |
11 #include <vector> |