bounding_box
Description:
public void bounding_box (
Rectangle source1,
Rectangle source2)
Computes the bounding box of the rectangles source1 and source2 and stores the resulting bounding box in
this.
this may point to the same object as source1 or source2.
Parameters:
| this |
a Rectangle
|
| source1 |
a Rectangle
|
| source2 |
a Rectangle
|