near

fun near(b: Point3D, epsilon: Float): Boolean

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

Return

true if the points are near each other

Since

1.0

Parameters

b

a #graphene_point3d_t

epsilon

fuzzyness factor