Package: graphene

Accessor graphene:rect-origin

Lambda List

graphene:rect-origin (rect)

Syntax

(graphene:rect-origin rect) => origin
(setf (graphene:rect-origin rect) origin)

Arguments

rect -- a graphene:rect-t instance
origin -- a graphene:point-t instance with the origin of the rectangle

Details

Accessor of the origin slot of the graphene:rect-t structure.
 

See also

2024-1-20