예제 #1
0
파일: core.py 프로젝트: geerk/ct6
 def project(self, t, prtype):
     return [[tr.project(j, prtype) for j in i] for i in t]
예제 #2
0
파일: core.py 프로젝트: geerk/ct6
 def project(self, t, prtype):
     return [[tr.project(j, prtype) for j in i] for i in t]
예제 #3
0
파일: core.py 프로젝트: geerk/studio3d
 def project(self):
     return [[tr.project(j) for j in i] for i in self.t]