def last(self): """Return last data point Parameters ---------- Returns ------- type Last keypoint (KeyPoint) """ return self.track[-1]