コード例 #1
0
ファイル: Trajectory.py プロジェクト: fxia22/ASM_xf
    def view(self, first=0, last=None, step=1, object = None):
	Visualization.viewTrajectory(self, first, last, step, object)
コード例 #2
0
ファイル: Trajectory.py プロジェクト: fxia22/ASM_xf
    def view(self, first=0, last=None, step=1, object = None):
        """Show an animation of |object| using the positions in the
        trajectory at all time steps from |first| to |last| with an
        increment of |skip|. |object| defaults to the entire universe."""
	Visualization.viewTrajectory(self, first, last, step, object)