Package: graphene

Function graphene:point3d-near

Lambda List

graphene:point3d-near (a b epsilon)

Arguments

a -- a graphene:point3d-t instance
b -- a graphene:point3d-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, otherwise false.

Details

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

See also

2023-9-22