|
Path Tracer
|
Defines the Object3D class and some functions around it. More...
Go to the source code of this file.
Classes | |
| class | Object3D |
| Abstract class for a three-dimentional object. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &stream, const Object3D &object) |
| Ostream operator. More... | |
Defines the Object3D class and some functions around it.
| std::ostream& operator<< | ( | std::ostream & | stream, |
| const Object3D & | object | ||
| ) |
Ostream operator.
Calls the Object3D::getDescription() method.
| stream | The ostream before. |
| object | The object that will be added to the stream. |