Class Icosahedron

All Implemented Interfaces:
Pickable, Hintable, Renderable, Savable

public class Icosahedron extends Mesh
  • Constructor Details

    • Icosahedron

      public Icosahedron()
    • Icosahedron

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