Next: , Previous: Modifying Shapes, Up: Shape Reference


18.5 Affine Transformations

— Pure virtual functions: Transform rotate (const real x, const real y, const real z)
— : Transform scale (real x, real y, real z)
— : Transform shear (real xy, real xz, real yx, real yz, real zx, real zy)
— : Transform shift (real x, real y, real z)
— : Transform rotate (const Point& p0, const Point& p1, const real r)

See Point Reference; Affine Transformations.