Package: graphene

Function graphene:matrix-project-rect

Lambda List

graphene:matrix-project-rect (matrix rect result)

Arguments

matrix -- a graphene:matrix-t instance
rect -- a graphene:rect-t instance
result -- a graphene:quad-t instance

Return Value

The graphene:quad-t instance with the projected rectangle.

Details

Projects all corners of the rectangle using the given matrix. See also the graphene:matrix-project-point function.
 

See also

#2024-12-30