Creates a
Dodecahedronwith its center at the origin, where the pentagonal faces have enclosing circles of diameter pentagon_diameter. If any of angle_x, angle_y, or angle_z is non-zero, theDodecahedronis rotated by the amounts specified around the corresponding axes. Finally, if p is not the origin, theDodecahedronis shifted such thatcentercomes to lie at p.Point P(-1, -2, 4); Dodecahedron d(P, 3, 12.5, 16, 2); d.draw();
![]()
Fig. 191.
d.filldraw();
![]()
Fig. 192.