|
def | __init__ |
|
def | set |
|
def | __add__ |
|
def | __iadd__ |
|
def | width (self) |
|
def | height (self) |
|
def | depth (self) |
|
def | center (self) |
|
def | left (self) |
|
def | right (self) |
|
def | bottom (self) |
|
def | top (self) |
|
def | back (self) |
|
def | front (self) |
|
def | minimum (self) |
|
def | maximum (self) |
|
def | isValid (self) |
|
def | intersectsRay |
|
def | intersectsBox |
|
def | __repr__ (self) |
|
Axis aligned bounding box.
def UM.Math.AxisAlignedBox.AxisAlignedBox.isValid |
( |
|
self, |
|
|
|
bool |
|
) |
| |
Check if the bounding box is valid.
Uses fuzzycompare to validate.
:sa Float::fuzzyCompare()
The documentation for this class was generated from the following file:
- UM/Math/AxisAlignedBox.py