#include <Shape.hpp>#include <Translation.hpp>#include <Rotation.hpp>#include <Scale.hpp>#include <TransformMatrix.hpp>#include <Scene.hpp>

Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Shape &shape) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const Shape & | shape | |||
| ) |
Prints a shape to a stream
| os | stream | |
| shape | shape |
Definition at line 35 of file Shape.cpp.
References Shape::__put().
00036 { 00037 return shape.__put(os); 00038 }

1.5.6