org.dolben.poly
Class TruncatedCube

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

public class TruncatedCube
extends Equilateral

A truncated cube.


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

TruncatedCube

public TruncatedCube()
Method Detail

create

public void create()
Sets the vertices of a truncated cube.

Specified by:
create in class Polyhedron