Node:Affine Transformations for Solids, Next:Applying Transformations to Solids, Previous:Showing Solids, Up:Solid Reference
| Transform scale (real x, [real y = 0, [real z = 0]]) | Virtual functions |
Solid.
| |
| Transform shear (real xy, [real xz = 0, [real yx = 0, [real yz = 0, [real zx = 0, [real zy = 0]]]]]) | |
| Transform shift (real x, [real y = 0, [real z = 0]]) | |
| Transform shift (const Point& pt) | |
| Transform rotate (const real x, [const real y = 0, [const real z = 0]]) | |
| Transform rotate (const Point& p0, const Point& p1, [const real angle = 180]) |
These functions perform the corresponding transformations on all of the
Shapes belonging to the Solid.
See Transform Reference; Affine Transformations.
|