Package: graphene
Function graphene:point3d-equal
Lambda Listgraphene:point3d-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:point3d-near function instead. | See also |
2023-9-22