Axis-aligned bounding box defined by two corner points. More...
Public Member Functions | |
| BoundingBox (this.bottomLeft, this.topRight) | |
| Default constructor. | |
Public Attributes | |
| Point | bottomLeft |
| Lower-left corner of the bounding box. | |
| Point | topRight |
| Upper-right corner of the bounding box. | |
Axis-aligned bounding box defined by two corner points.
Dart code snippet:
Definition at line 22 of file bounding_box.dart.
| BoundingBox.BoundingBox | ( | this. | bottomLeft, |
| this. | topRight ) |
Default constructor.
| Point BoundingBox.bottomLeft |
Lower-left corner of the bounding box.
Dart code snippet:
Definition at line 34 of file bounding_box.dart.
| Point BoundingBox.topRight |
Upper-right corner of the bounding box.
Dart code snippet:
Definition at line 44 of file bounding_box.dart.