Package renderer.models_L
Class Dodecahedron
- java.lang.Object
-
- renderer.scene.Model
-
- renderer.models_L.Dodecahedron
-
public class Dodecahedron extends Model
Create a wireframe model of a regular dodecahedron with its center at the origin, having edge length
and with its vertices on a sphere of radius2*(sqrt(5)-1)/(1+sqrt(5)) = (1/2)*(sqrt(5)-1)^2 = 0.7639,
2*sqrt(3)/(1+sqrt(5)) = 1.0705.
- See Also:
Tetrahedron
,Cube
,Octahedron
,Icosahedron
,Icosidodecahedron
-
-
Field Summary
-
Fields inherited from class renderer.scene.Model
colorList, name, primitiveList, vertexList, visible
-
-
Constructor Summary
Constructors Constructor Description Dodecahedron()
Create a regular dodecahedron with its center at the origin, having edge length
-
-
-
Constructor Detail
-
Dodecahedron
public Dodecahedron()
Create a regular dodecahedron with its center at the origin, having edge length
and with its vertices on a sphere of radius2*(sqrt(5)-1)/(1+sqrt(5)) = (1/2)*(sqrt(5)-1)^2 = 0.7639,
2*sqrt(3)/(1+sqrt(5)) = 1.0705.
-
-