from tdw.object_data.bound import Bound
Bounds data for a single object.
-
frontThe position of the front point. -
backThe position of the back point. -
leftThe position of the left point. -
rightThe position of the right point. -
topThe position of the top point. -
bottomThe position of the bottom point. -
centerThe position of the center point.
Bound(front, back, left, right, top, bottom, center)
| Parameter | Type | Default | Description |
|---|---|---|---|
| front | np.array | The position of the front point. | |
| back | np.array | The position of the back point. | |
| left | np.array | The position of the left point. | |
| right | np.array | The position of the right point. | |
| top | np.array | The position of the top point. | |
| bottom | np.array | The position of the bottom point. | |
| center | np.array | The position of the center point. |