Matrix.projectRectBounds
void projectRectBounds(graphene.rect.Rect r, out graphene.rect.Rect res)Projects a #graphene_rect_t using the given matrix.
The resulting rectangle is the axis aligned bounding rectangle capable of fully containing the projected rectangle.
Parameters
r | a #graphene_rect_t |
res | return location for the projected rectangle |