Creates a
Dodecahedron
with 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, theDodecahedron
is rotated by the amounts specified around the corresponding axes. Finally, if p is not the origin, theDodecahedron
is shifted such thatcenter
comes 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.