Package: graphene

Function graphene:point-init

Lambda List

graphene:point-init (p x y)

Arguments

p -- a graphene:point-t instance
x -- a number coerced to a single float for the x coordinate
y -- a number coerced to a single float for the y coordinate

Return Value

The initialized graphene:point-t instance.

Details

Initializes the point to the given x and y coordinates. It is safe to call this function multiple times.
 

See also

2025-4-1