Package: graphene
Function graphene:point-equal
Lambda Listgraphene:point-equal (a b) ArgumentsReturn ValueTrue, 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