org.dolben.poly
Class SnubDodecahedron

java.lang.Object
  extended by org.dolben.poly.Polyhedron
      extended by org.dolben.poly.Equilateral
          extended by org.dolben.poly.SnubDodecahedron

public class SnubDodecahedron
extends Equilateral

A snub dodecahedron.


Field Summary
 
Fields inherited from class org.dolben.poly.Polyhedron
face, vertex
 
Constructor Summary
SnubDodecahedron()
           
 
Method Summary
 void create()
          Sets the vertices of a snub dodecahedron.
 
Methods inherited from class org.dolben.poly.Equilateral
setEdgeLength
 
Methods inherited from class org.dolben.poly.Polyhedron
getFace, getFaceIndices, getFaces, getPosition, getRadius, getVertex, getVertexCount, getVertices, rotate, scale, setRadius, toString, translate, turnInsideOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SnubDodecahedron

public SnubDodecahedron()
Method Detail

create

public void create()
Sets the vertices of a snub dodecahedron.

Specified by:
create in class Polyhedron