Package: graphene

Function graphene:matrix-transform-box

Lambda List

graphene:matrix-transform-box (matrix box result)

Arguments

matrix -- a graphene:matrix-t instance
box -- a graphene:box-t instance
result -- a graphene:box-t instance

Return Value

The graphene:box-t instance for the bounds the transformed box.

Details

Transforms the vertices of the box using the given matrix. The result is the axis aligned bounding box containing the transformed vertices.
 

See also

#2025-08-09