Matrix.transformBox
void transformBox(graphene.box.Box b, out graphene.box.Box res)Transforms the vertices of a #graphene_box_t using the given matrix m.
The result is the axis aligned bounding box containing the transformed vertices.
Parameters
b | a #graphene_box_t |
res | return location for the bounds of the transformed box |