true if the points are near each otherPoint3D.near
bool near(graphene.point3_d.Point3D b, float epsilon)Checks whether the two points are near each other, within an epsilon factor.
Parameters
b | a #graphene_point3d_t |
epsilon | fuzzyness factor |
bool near(graphene.point3_d.Point3D b, float epsilon)Checks whether the two points are near each other, within an epsilon factor.
b | a #graphene_point3d_t |
epsilon | fuzzyness factor |
true if the points are near each other