Point3D.near

bool near(graphene.point3_d.Point3D b, float epsilon)

Checks whether the two points are near each other, within an epsilon factor.

Parameters

ba #graphene_point3d_t
epsilonfuzzyness factor

Returns

true if the points are near each other