Class Dodecahedron

All Implemented Interfaces:
Pickable, Hintable, Renderable, Savable

public class Dodecahedron extends Mesh
  • Constructor Details

    • Dodecahedron

      public Dodecahedron()
    • Dodecahedron

      public Dodecahedron(String name, double sideLength)
      Creates an Dodecahedron (think of 12-sided dice) with center at the origin. The length of the sides will be as specified in sideLength.
      Parameters:
      name - The name of the octahedron.
      sideLength - The length of each side of the octahedron.
  • Method Details