I'm a little confused about _trajectory

I have a little doubt about the _generateTrajectory function of the PositionSmoothing class.
The _trajectory represents the drone’s trajectory, which in turn is composed of the current position of the drone at each moment, but I found that the _trajectory and the current position are not the same at each moment.
What is the difference between _trajectory and the current position of the drone?