org.dolben.poly
Class TruncatedTetrahedron

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

public class TruncatedTetrahedron
extends Equilateral

A truncated tetrahedron.


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

TruncatedTetrahedron

public TruncatedTetrahedron()
Method Detail

create

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

Specified by:
create in class Polyhedron