Matrix.transformBox

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.

class Matrix
void
transformBox
(,
out Box res
)

Parameters

b Box

a #graphene_box_t

res Box

return location for the bounds of the transformed box

Meta