transform_bounds
Description:
Transforms each corner of a Rect using the given matrix this.
The result is the axis aligned bounding rectangle containing the coplanar quadrilateral.
See also: transform_point
Parameters:
this |
a Matrix |
r |
a Rect |
res |
return location for the bounds of the transformed rectangle |