true if the distance is within epsilonPoint.near
bool near(graphene.point.Point b, float epsilon)Checks whether the two points a and b are within the threshold of epsilon.
Parameters
b | a #graphene_point_t |
epsilon | threshold between the two points |