| const Solid& operator= (const Solid& s) | Virtual function |
Assignment operator. Makes *this a copy of s, discarding
the old contents of *this.
|
| Transform operator*= (const Transform& t) | Virtual function |
Multiplication by a Transform. All of the Shapes that
make up the Solid are transformed by t.
|