Point3D.near

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

class Point3D
bool
near

Parameters

b graphene.point3_d.Point3D

a #graphene_point3d_t

epsilon float

fuzzyness factor

Return Value

Type: bool

true if the points are near each other