Package: graphene

Function graphene:point-equal

Lambda List

graphene:point-equal (a b)

Arguments

a -- a graphene:point-t instance
b -- a graphene:point-t instance

Return Value

True, if the points have the same coordinates, otherwise false.

Details

Checks whether two given points are equal. This function accounts for floating point fluctuations. If you want to control the fuzziness of the match, you can use the graphene:point-near function instead.
 

See also

2023-9-22