near

fun near(b: Point, epsilon: <Error class: unknown class>): Boolean

Checks whether the two points @a and @b are within the threshold of @epsilon.

Return

true if the distance is within @epsilon

Since

1.0

Parameters

b

a #graphene_point_t

epsilon

threshold between the two points