Package renderer.models_L
Class Icosidodecahedron
- java.lang.Object
-
- renderer.scene.Model
-
- renderer.models_L.Icosidodecahedron
-
public class Icosidodecahedron extends Model
Create a wireframe model of a icosidodecahedron 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
,Icosahedron
-
-
Field Summary
-
Fields inherited from class renderer.scene.Model
colorList, name, primitiveList, vertexList, visible
-
-
Constructor Summary
Constructors Constructor Description Icosidodecahedron()
Create a icosidodecahedron with its center at the origin, having edge length
-
-
-
Constructor Detail
-
Icosidodecahedron
public Icosidodecahedron()
Create a icosidodecahedron 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.
-
-