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 float with the x coordinate
y -- a number coerced to a float with 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

2023-12-3