Public Member Functions | |
| __property Coord2D * | get_centre () |
| Get the centre point for the BoundingBox. | |
| BoundingBox () | |
| Simple Constructor. | |
| BoundingBox (double xmin, double ymin, double xmax, double ymax) | |
| Construct a BoundingBox enclosing the passed ordinates. | |
| BoundingBox (Coord2D *centre, double width, double height) | |
| Construct a BoundingBox with the indicated centre, width and height. | |
|
|
Simple Constructor.
|
|
|
Get the centre point for the BoundingBox. This call is a property so is accessed as self.centre
|
1.4.6-NO