transformBox

fun transformBox(b: Box, res: Box)

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.

Since

1.2

Parameters

b

a #graphene_box_t

res

return location for the bounds of the transformed box