コード例 #1
0
ファイル: Ellipsoid.py プロジェクト: zy20091082/diffusion
 def parametric_grid(self, rez=64):
     xx, yy, zz = SurfOfRevolution.parametric_grid(self,rez)
     xx = xx + self.center[0]
     yy = yy + self.center[1]
     zz = zz + self.center[2]
     return xx, yy, zz