Node:Ellipse Operators, Next:, Previous:Performing Transformations on Ellipses, Up:Ellipse Reference



Operators

Ellipse& operator= (const Ellipse& e) Assignment operator
Makes the Ellipse a copy of e.

Transform operator*= (const Transform& t) Virtual function
Calls do_transform(t, true), and returns the latter's return value. See Ellipse Reference; Performing Transformations.