Package: graphene

Function graphene:point-near

Lambda List

graphene:point-near (a b epsilon)

Arguments

a -- a graphene:point-t instance
b -- a graphene:point-t instance
epsilon -- a number coerced to a float with the threshold between the two points

Return Value

True, if the distance between the points is within epsilon.

Details

Checks whether the two points a and b are within the threshold of epsilon equal.
 

See also

2023-12-3