def _project_point(self, point: Point) -> Point: return point.flat_copy()
def _translate_point(self, point: Point) -> Point: return point.flat_copy()