Transform.transformBounds
void transformBounds(graphene.rect.Rect rect, out graphene.rect.Rect outRect)Transforms a [graphene.rect.Rect] using the given transform self.
The result is the bounding box containing the coplanar quad.
Parameters
rect | a [graphene.rect.Rect] |
outRect | return location for the bounds of the transformed rectangle |