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