arim.geometry.are_points_close#

arim.geometry.are_points_close(points1, points2, atol=1e-08, rtol=0.0)[source]#

Return True if and only if the two sets of points have the same shape and coordinates close to the given precision.

Attribute name is ignored.

Parameters:
  • points1 (Points)

  • points2 (Points)

  • atol (float)

  • rtol (float)

Return type:

bool