예제 #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)