Package: graphene

Macro graphene:with-quads

Lambda List

graphene:with-quads (vars &body body)

Syntax

(graphene:with-quads (q1 q2 q3 ... qn) body) => result

Arguments

q1 ... qn -- the newly created graphene:quad-t instances
body -- a body that uses the bindings q1 ... qn

Details

The graphene:with-quads macro creates new variable bindings and executes the body that use these bindings. The macro performs the bindings sequentially, like the let* macro.

Each quadrilateral can be initialized with values using the syntax for the graphene:with-quad macro. See also the graphene:with-quad documentation.
 

See also

2024-1-20