Matrix.projectRect
void projectRect(graphene.rect.Rect r, out graphene.quad.Quad res)Projects all corners of a #graphene_rect_t using the given matrix.
See also: [graphene.matrix.Matrix.projectPoint]
Parameters
r | a #graphene_rect_t |
res | return location for the projected rectangle |