We need a method to check if a given point is in a geometric object **boundary**. It will look like this: ```python def point_isin_boundary(self, point: NDArray, error_dist: float) -> bool: ... ```