| Trees | Indices | Help |
|
|---|
|
|
object --+
|
ConvexPolyhedron --+
|
Icosahedron
Class to manage an icosahedron.
|
|||
|
|||
| float |
|
||
| float |
|
||
| float |
|
||
|
Inherited from Inherited from |
|||
|
|||
NAME = 'icosahedron'
|
|||
DEFAULT = [5.0]
|
|||
DESCRIPTION = ['edge length']
|
|||
TYPE = 'platonic'
|
|||
VERTICES = [0.5* numpy.array(vertex) for vertex in VERTICES]
|
|||
INDICES = [[2, 4, 12], [2, 12, 7], [2, 7, 5], [2, 5, 10], [2,
|
|||
NUM_UNIQUE_EDGES = 1
|
|||
NUM_UNIQUE_FACES = 1
|
|||
|
|||
|
Inherited from |
|||
|
|||
Create an instance.
|
Return the edge length.
|
Return the circumradius.
|
Return the volume.
|
|
|||
INDICES
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:42 2015 | http://epydoc.sourceforge.net |