Example #1
0
 def _project_point(self, point: Point) -> Point:
     return point.flat_copy()
Example #2
0
 def _translate_point(self, point: Point) -> Point:
     return point.flat_copy()