Package: graphene

Function graphene:rect-offset-r

Lambda List

graphene:rect-offset-r (r dx dy result)

Arguments

r -- a graphene:rect-t instance
dx -- a number coerced to a float with the horizontal offset
dy -- a number coerced to a float with the vertical offset
result -- a graphene:rect-t instance for the result

Return Value

The offset graphene:rect-t instance.

Details

Offsets the origin by dx and dy. The size of the rectangle is unchanged.
 

See also

#2023-12-12