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

ba #graphene_box_t
resreturn location for the bounds of the transformed box