Package: graphene

Macro graphene:with-vec2s

Lambda List

graphene:with-vec2s (vars &body body)

Syntax

(graphene:with-vec2s (v1 v2 v3 ... vn) body) => result

Arguments

v1 ... vn -- newly created graphene:vec2-t instances
body -- a body that uses the bindings v1 ... vn

Details

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

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

See also

2024-12-26