Point3D.near

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

class Point3D
bool
near
(,
float epsilon
)

Parameters

b Point3D

a #graphene_point3d_t

epsilon float

fuzzyness factor

Return Value

Type: bool

true if the points are near each other

Meta