|
__init__(self,
vertices)
Create a box object |
|
|
(float, float)
|
getMinMax(self,
axis)
Get the min and max values for axis |
|
|
float
|
getLargestSpan(self)
Get the largest span of the box in the X, Y or Z direction |
|
|
numpy.array
|
|
list
|
|
bool
|
|
list
|
getTranslationToBox(self,
point)
Return a vector that translates the mirror image of a point inside
the box |
|
|
|
isValidPoint(self,
point)
Check if point is a valid point - the default implementation just
returns True. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|