コード例 #1
0
ファイル: Component.py プロジェクト: JongW/pyLauncher
 def local_to_container(self, p):
     return transform_coords(self, self.container, p)
コード例 #2
0
ファイル: Component.py プロジェクト: JongW/pyLauncher
 def container_to_local(self, p):
     return transform_coords(self.container, self, p)