|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dolben.poly.Polyhedron
org.dolben.poly.Equilateral
public abstract class Equilateral
A polyhedron that has edges that are all the same length. create() only sets the vertices. Constructor sets the faces.
Field Summary |
---|
Fields inherited from class org.dolben.poly.Polyhedron |
---|
face, vertex |
Constructor Summary | |
---|---|
Equilateral()
|
Method Summary | |
---|---|
protected void |
setEdgeLength()
Sets the length of an edge. |
Methods inherited from class org.dolben.poly.Polyhedron |
---|
create, 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 |
---|
public Equilateral()
Method Detail |
---|
protected void setEdgeLength()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |