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