Example #1
0
 def append(self, time, x, y, angle, area):
     if time > self._prevTime:
         self._prevTime = time
         self.frameStarts.append(self._count)
     
     MatrixWrapper.append(self, time, x, y, angle, area)