Trees | Indices | Help |
|
---|
|
object --+ | ConvexPolyhedron --+ | Cube
Class to manage a cube.
|
|||
|
|||
float |
|
||
float |
|
||
float |
|
||
Inherited from Inherited from |
|
|||
NAME = 'cube'
|
|||
DEFAULT = [5.0]
|
|||
DESCRIPTION = ['edge length']
|
|||
TYPE = 'platonic'
|
|||
VERTICES = [0.5* numpy.array(vertex) for vertex in VERTICES]
|
|||
INDICES = [[1, 3, 4, 2], [5, 1, 2, 6], [7, 5, 6, 8], [3, 7, 8,
|
|||
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 |