Next: , Previous: Solid Destructor, Up: Solid Reference


34.4 Operators

— Virtual function: const Solid& operator= (const Solid& s)

Assignment operator. Makes *this a copy of s, discarding the old contents of *this.

— Virtual function: Transform operator*= (const Transform& t)

Multiplication by a Transform. All of the Shapes that make up the Solid are transformed by t.