コード例 #1
0
ファイル: morse_bulk.py プロジェクト: borislavujo/pele
 def draw(self, coordslinear, index):
     put_in_box(coordslinear, self.boxvec)
     MorseCluster.draw(self, coordslinear, index, subtract_com=False)
コード例 #2
0
ファイル: morse_bulk.py プロジェクト: Mahdisadjadi/pele
 def draw(self, coordslinear, index):
     from pele.systems._opengl_tools import draw_box
     put_in_box(coordslinear, self.boxvec)
     draw_box(self.boxvec)
     MorseCluster.draw(self, coordslinear, index, subtract_com=False)
コード例 #3
0
ファイル: morse_bulk.py プロジェクト: yangxi1209/pele
 def draw(self, coordslinear, index):
     from pele.systems._opengl_tools import draw_box
     put_in_box(coordslinear, self.boxvec)
     draw_box(self.boxvec)
     MorseCluster.draw(self, coordslinear, index, subtract_com=False)
コード例 #4
0
 def draw(self, coordslinear, index):
     put_in_box(coordslinear, self.boxvec)
     MorseCluster.draw(self, coordslinear, index, subtract_com=False)