Main Classes¶
Most classes in this module are collections.namedtuple objects.
| Class | Description | Attributes |
|---|---|---|
| Dim | Linear dimension | value units |
| Box | A Box | width depth |
| Pad | Padding around a tree object | prev next, parent child |
| Margin | Padding around an object | left right top bottom |
| Pt | A point in Cartesian space | x y |