Package: graphene

Function graphene:rect-offset

Lambda List

graphene:rect-offset (rect dx dy result)

Arguments

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

Return Value

The graphene:rect-t instance with the offset rectangle.

Details

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

See also

2025-3-8