org.dolben.poly
Class Rhombicuboctahedron

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

public class Rhombicuboctahedron
extends Equilateral

A rhombicuboctahedron.


Field Summary
 
Fields inherited from class org.dolben.poly.Polyhedron
face, vertex
 
Constructor Summary
Rhombicuboctahedron()
           
 
Method Summary
 void create()
          Sets the vertices of a rhombicuboctahedron.
 
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

Rhombicuboctahedron

public Rhombicuboctahedron()
Method Detail

create

public void create()
Sets the vertices of a rhombicuboctahedron.

Specified by:
create in class Polyhedron