Trees | Indices | Help |
|
---|
|
object --+ | Box
Class that defines the region a new structure may be placed in
|
|||
|
|||
(float, float) |
|
||
float |
|
||
numpy.array
|
|
||
list |
|
||
bool |
|
||
list |
|
||
|
|||
Inherited from |
|
|||
AXES = [X, Y, Z]
|
|
|||
Inherited from |
|
Create a box object
|
Get the min and max values for axis
|
Get the largest span of the box in the X, Y or Z direction
|
Get the centroid of the box
|
Get a point in a random position in the box
|
Is the given point inside the box
|
Return the mirror image of point that lies within the box
|
Check if point is a valid point - the default implementation just returns True. Subclasses may use this to weed out points that violate custom box conditions |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:40 2015 | http://epydoc.sourceforge.net |