Package: graphene
Macro graphene:with-rect
Lambda Listgraphene:with-rect ((var &rest args) &body body) SyntaxArgumentsDetails The graphene:with-rect macro allocates a new graphene:rect-t
instance, initializes the rectangle with the given values and executes the
body that uses the rectangle.
After execution of the body the allocated memory for the rectangle is
released. When no argument is given the components of the rectangle are initialized to zero. The initialization with four single floats uses the graphene:rect-init function. The initialization from another rectangle is done with the graphene:rect-init-from-rect function. Notes | See also |
2025-4-3